Apache Lucene.Net 2.4.0 Class Library API

Field.Index.NOT_ANALYZED Field

Index the field's value without using an Analyzer, so it can be searched. As no analyzer is used the value will be stored as a single term. This is useful for unique Ids like product numbers.

public static readonly Index NOT_ANALYZED;

See Also

Field.Index Class | Lucene.Net.Documents Namespace