C# Class Lucene.Net.Documents.AbstractField

Inheritance: IFieldable
Mostra file Open project: synhershko/lucene.net Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
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.

Protected Methods

Method Description
AbstractField ( ) : System
AbstractField ( System name, Field store, Field index, Field termVector ) : System
SetStoreTermVector ( Field termVector ) : void

Method Details

AbstractField() protected method

protected AbstractField ( ) : System
return System

AbstractField() protected method

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

GetBinaryValue() public method

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[]
return byte[]

GetBinaryValue() public method

public GetBinaryValue ( byte result ) : byte[]
result byte
return byte[]

SetStoreTermVector() protected method

protected SetStoreTermVector ( Field termVector ) : void
termVector Field
return void

ToString() public method

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

Property Details

fieldsData protected_oe property

protected Object,System fieldsData
return System.Object

internalBinaryLength protected_oe property

protected int internalBinaryLength
return int

internalBoost protected_oe property

protected float internalBoost
return float

internalIsBinary protected_oe property

protected bool internalIsBinary
return bool

internalIsIndexed protected_oe property

protected bool internalIsIndexed
return bool

internalIsStored protected_oe property

protected bool internalIsStored
return bool

internalIsTokenized protected_oe property

protected bool internalIsTokenized
return bool

internalName protected_oe property

protected String,System internalName
return System.String

internalOmitNorms protected_oe property

protected bool internalOmitNorms
return bool

internalOmitTermFreqAndPositions protected_oe property

protected bool internalOmitTermFreqAndPositions
return bool

internalbinaryOffset protected_oe property

protected int internalbinaryOffset
return int

lazy protected_oe property

protected bool lazy
return bool

storeOffsetWithTermVector protected_oe property

protected bool storeOffsetWithTermVector
return bool

storePositionWithTermVector protected_oe property

protected bool storePositionWithTermVector
return bool

storeTermVector protected_oe property

protected bool storeTermVector
return bool

tokenStream protected_oe property

protected Lucene.Net.Analysis.TokenStream tokenStream
return Lucene.Net.Analysis.TokenStream