Apache Lucene.Net 2.1 Class Library API

Field.Index.TOKENIZED Field

Index the field's value so it can be searched. An Analyzer will be used to tokenize and possibly further normalize the text before its terms will be stored in the index. This is useful for common text.

public static readonly Index TOKENIZED;

See Also

Field.Index Class | Lucene.Net.Documents Namespace