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: Lucene.Net.Search.SimilarAssembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public int GetMinWordLen() |
Visual Basic |
---|
Public Function GetMinWordLen As Integer |
Visual C++ |
---|
public: int GetMinWordLen() |