Apache Lucene.Net 2.4.0 Class Library API

Field.Index.ANALYZED_NO_NORMS Field

Expert: Index the tokens produced by running the field's value through an Analyzer, and also separately disable the storing of norms. See {@link #NOT_ANALYZED_NO_NORMS} for what norms are and why you may want to disable them.

public static readonly Index ANALYZED_NO_NORMS;

See Also

Field.Index Class | Lucene.Net.Documents Namespace