Apache Lucene.Net 2.4.0 Class Library API

Field.Index.NO Field

Do not index the field value. This field can thus not be searched, but one can still access its contents provided it is {@link Field.Store stored}.

public static readonly Index NO;

See Also

Field.Index Class | Lucene.Net.Documents Namespace