Lucene.Net 1.9.1 Class Library

Field.Store.YES Field

Store 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 static readonly Store YES;

See Also

Field.Store Class | Lucene.Net.Documents Namespace