Lucene.Net 1.9.1 Class Library

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