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

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

Syntax

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

See Also