Apache Lucene.Net 2.4.0 Class Library API

FieldsReader.FieldForMerge Members

FieldsReader.FieldForMerge overview

Public Instance Constructors

FieldsReader.FieldForMerge Constructor

Public Instance Methods

BinaryValue 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetBinaryLength (inherited from AbstractField) Returns the length of byte[] segment that is used as value. If Field is not binary returned value is undefined.
GetBinaryOffset (inherited from AbstractField) Returns offset into byte[] segment that is used as value. If Field is not binary returned value is undefined.
GetBinaryValue (inherited from AbstractField)Overloaded. Return the raw byte[] for the binary field. Note that you must also call {@link #GetBinaryLength} and {@link #GetBinaryOffset} to know which range of bytes in this returned array belong to the field.
GetBoost (inherited from AbstractField) 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetOmitNorms (inherited from AbstractField)True if norms are omitted for this indexed field
GetOmitTf (inherited from AbstractField) Returns true if tf is omitted for this indexed field.
GetType (inherited from Object)Gets the Type of the current instance.
IsBinary (inherited from AbstractField)True iff the value of the filed is stored as binary
IsCompressed (inherited from AbstractField)True if the value of the field is stored and compressed within the index
IsIndexed (inherited from AbstractField)True iff the value of the field is to be indexed, so that it may be searched on.
IsLazy (inherited from AbstractField) 
IsStored (inherited from AbstractField)True iff the value of the field is to be stored in the index for return with search hits. It is an error for this to be true if a field is Reader-valued.
IsStoreOffsetWithTermVector (inherited from AbstractField) True iff terms are stored as term vector together with their offsets (start and end positon in source text).
IsStorePositionWithTermVector (inherited from AbstractField) True iff terms are stored as term vector together with their token positions.
IsTermVectorStored (inherited from AbstractField)True iff the term or terms used to index this field are stored as a term vector, available from {@link Lucene.Net.Index.IndexReader#GetTermFreqVector(int,String)}. These methods do not provide access to the original content of the field, only to terms used to index it. If the original content must be preserved, use the
stored
attribute instead.
IsTokenized (inherited from AbstractField)True iff the value of the field should be tokenized as text prior to indexing. Un-tokenized fields are indexed as a single word and may not be Reader-valued.
Name (inherited from AbstractField)Returns the name of the field as an interned string. For example "date", "title", "body", ...
ReaderValue 
SetBoost (inherited from AbstractField) 
SetOmitNorms (inherited from AbstractField)Expert: If set, omit normalization factors associated with this indexed field. This effectively disables indexing boosts and length normalization for this field.
SetOmitTf (inherited from AbstractField) Expert: If set, omit tf from postings of this indexed field.
StringValue 
TokenStreamValue 
ToString (inherited from AbstractField)Prints a Field for human consumption.

Protected Internal Instance Fields

boost (inherited from AbstractField) 
fieldsData (inherited from AbstractField) 
isBinary (inherited from AbstractField) 
isCompressed (inherited from AbstractField) 
isIndexed (inherited from AbstractField) 
isStored (inherited from AbstractField) 
isTokenized (inherited from AbstractField) 
lazy (inherited from AbstractField) 
name (inherited from AbstractField) 
omitNorms (inherited from AbstractField) 
omitTf (inherited from AbstractField) 
storeOffsetWithTermVector (inherited from AbstractField) 
storePositionWithTermVector (inherited from AbstractField) 
storeTermVector (inherited from AbstractField) 

Protected Internal Instance Methods

SetStoreTermVector (inherited from AbstractField) 

See Also

FieldsReader.FieldForMerge Class | Lucene.Net.Index Namespace