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.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly Field..::..Index ANALYZED_NO_NORMS
Visual Basic
Public Shared ReadOnly ANALYZED_NO_NORMS As Field..::..Index
Visual C++
public:
static initonly Field..::..Index^ ANALYZED_NO_NORMS

See Also