Returns the maximum word length above which words will be ignored. Set this to 0 for no maximum word length. The default is {@link #DEFAULT_MAX_WORD_LENGTH}.

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public int GetMaxWordLen()
Visual Basic
Public Function GetMaxWordLen As Integer
Visual C++
public:
int GetMaxWordLen()

Return Value

the maximum word length above which words will be ignored.

See Also