Lucene.Net 1.9.1 Class Library

Field.Index.UN_TOKENIZED 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 UN_TOKENIZED;

See Also

Field.Index Class | Lucene.Net.Documents Namespace