Apache Lucene.Net 2.4.0 Class Library API

Field.Store Members

Field.Store overview

Public Static Fields

COMPRESSStore the original field value in the index in a compressed form. This is useful for long documents and for binary valued fields.
NODo not store the field value in the index.
YESStore the original field value in the index. This is useful for short texts like a document's title which should be displayed with the results. The value is stored in its original form, i.e. no analyzer is used before it is stored.

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.
GetRealObject (inherited from Parameter) 
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Parameter) 

Protected Internal Instance Methods

ReadResolve (inherited from Parameter) Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.

See Also

Field.Store Class | Lucene.Net.Documents Namespace