C# 클래스 Lucene.Net.Documents.AbstractField

상속: IFieldable
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fieldsData System.Object
internalBinaryLength int
internalBoost float
internalIsBinary bool
internalIsIndexed bool
internalIsStored bool
internalIsTokenized bool
internalName System.String
internalOmitNorms bool
internalOmitTermFreqAndPositions bool
internalbinaryOffset int
lazy bool
storeOffsetWithTermVector bool
storePositionWithTermVector bool
storeTermVector bool
tokenStream Lucene.Net.Analysis.TokenStream

공개 메소드들

메소드 설명
GetBinaryValue ( ) : byte[]

Return the raw byte[] for the binary field. Note that you must also call GetBinaryLength and GetBinaryOffset to know which range of bytes in this returned array belong to the field.

GetBinaryValue ( byte result ) : byte[]
ToString ( ) : System.String

Prints a Field for human consumption.

보호된 메소드들

메소드 설명
AbstractField ( ) : System
AbstractField ( System name, Field store, Field index, Field termVector ) : System
SetStoreTermVector ( Field termVector ) : void

메소드 상세

AbstractField() 보호된 메소드

protected AbstractField ( ) : System
리턴 System

AbstractField() 보호된 메소드

protected AbstractField ( System name, Field store, Field index, Field termVector ) : System
name System
store Field
index Field
termVector Field
리턴 System

GetBinaryValue() 공개 메소드

Return the raw byte[] for the binary field. Note that you must also call GetBinaryLength and GetBinaryOffset to know which range of bytes in this returned array belong to the field.
public GetBinaryValue ( ) : byte[]
리턴 byte[]

GetBinaryValue() 공개 메소드

public GetBinaryValue ( byte result ) : byte[]
result byte
리턴 byte[]

SetStoreTermVector() 보호된 메소드

protected SetStoreTermVector ( Field termVector ) : void
termVector Field
리턴 void

ToString() 공개 메소드

Prints a Field for human consumption.
public ToString ( ) : System.String
리턴 System.String

프로퍼티 상세

fieldsData 보호되어 있는 프로퍼티

protected Object,System fieldsData
리턴 System.Object

internalBinaryLength 보호되어 있는 프로퍼티

protected int internalBinaryLength
리턴 int

internalBoost 보호되어 있는 프로퍼티

protected float internalBoost
리턴 float

internalIsBinary 보호되어 있는 프로퍼티

protected bool internalIsBinary
리턴 bool

internalIsIndexed 보호되어 있는 프로퍼티

protected bool internalIsIndexed
리턴 bool

internalIsStored 보호되어 있는 프로퍼티

protected bool internalIsStored
리턴 bool

internalIsTokenized 보호되어 있는 프로퍼티

protected bool internalIsTokenized
리턴 bool

internalName 보호되어 있는 프로퍼티

protected String,System internalName
리턴 System.String

internalOmitNorms 보호되어 있는 프로퍼티

protected bool internalOmitNorms
리턴 bool

internalOmitTermFreqAndPositions 보호되어 있는 프로퍼티

protected bool internalOmitTermFreqAndPositions
리턴 bool

internalbinaryOffset 보호되어 있는 프로퍼티

protected int internalbinaryOffset
리턴 int

lazy 보호되어 있는 프로퍼티

protected bool lazy
리턴 bool

storeOffsetWithTermVector 보호되어 있는 프로퍼티

protected bool storeOffsetWithTermVector
리턴 bool

storePositionWithTermVector 보호되어 있는 프로퍼티

protected bool storePositionWithTermVector
리턴 bool

storeTermVector 보호되어 있는 프로퍼티

protected bool storeTermVector
리턴 bool

tokenStream 보호되어 있는 프로퍼티

protected Lucene.Net.Analysis.TokenStream tokenStream
리턴 Lucene.Net.Analysis.TokenStream