Absolute hard maximum length for a term. If a term arrives from the analyzer longer than this length, it is skipped and a message is printed to infoStream, if set (see {@link #setInfoStream}).

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

Syntax

C#
public static readonly int MAX_TERM_LENGTH
Visual Basic
Public Shared ReadOnly MAX_TERM_LENGTH As Integer
Visual C++
public:
static initonly int MAX_TERM_LENGTH

See Also