Lucene.Net 1.9.1 Class Library

Field.Index.NO_NORMS Field

Index the field's value without an Analyzer, and disable the storing of norms. No norms means that index-time boosting and field length normalization will be disabled. The benefit is less memory usage as norms take up one byte per indexed field for every document in the index.

public static readonly Index NO_NORMS;

See Also

Field.Index Class | Lucene.Net.Documents Namespace