Apache Lucene.Net 2.4.0 Class Library API

IndexReader.FieldOption Members

IndexReader.FieldOption overview

Public Static Fields

ALLAll fields
INDEXEDAll indexed fields
INDEXED_NO_TERMVECTORAll fields which are indexed but don't have termvectors enabled
INDEXED_WITH_TERMVECTORAll fields which are indexed with termvectors enabled
OMIT_TFAll fields that store omit tf
STORES_PAYLOADSAll fields that store payloads
TERMVECTORAll fields with termvectors enabled. Please note that only standard termvector fields are returned
TERMVECTOR_WITH_OFFSETAll fields with termvectors with offset values enabled
TERMVECTOR_WITH_POSITIONAll fields with termvectors with position values enabled
TERMVECTOR_WITH_POSITION_OFFSETAll fields with termvectors with offset values and position values enabled
UNINDEXEDAll fields which are not indexed

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString 

See Also

IndexReader.FieldOption Class | Lucene.Net.Index Namespace