Apache Lucene.Net 2.4.0 Class Library API

IndexWriter.MAX_TERM_LENGTH Field

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}).

public static readonly int MAX_TERM_LENGTH;

See Also

IndexWriter Class | Lucene.Net.Index Namespace