Returns the minimum word length below which words will be ignored. Set this to 0 for no minimum word length. The default is {@link #DEFAULT_MIN_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 GetMinWordLen()
Visual Basic
Public Function GetMinWordLen As Integer
Visual C++
public:
int GetMinWordLen()

Return Value

the minimum word length below which words will be ignored.

See Also