Sets the minimum word length below which words will be ignored.
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 void SetMinWordLen( int minWordLen ) |
| Visual Basic |
|---|
Public Sub SetMinWordLen ( _ minWordLen As Integer _ ) |
| Visual C++ |
|---|
public: void SetMinWordLen( int minWordLen ) |
Parameters
- minWordLen
- Type: System..::..Int32
the minimum word length below which words will be ignored.