Apache Lucene.Net 2.4.0 Class Library API

Field.Index.ANALYZED Field

Index the tokens produced by running the field's value through an Analyzer. This is useful for common text.

public static readonly Index ANALYZED;

See Also

Field.Index Class | Lucene.Net.Documents Namespace