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: Similarity.Net
Assembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1

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