Sets the maximum word length above which words will be ignored.

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 void SetMaxWordLen(
	int maxWordLen
)
Visual Basic
Public Sub SetMaxWordLen ( _
	maxWordLen As Integer _
)
Visual C++
public:
void SetMaxWordLen(
	int maxWordLen
)

Parameters

maxWordLen
Type: System..::..Int32
the maximum word length above which words will be ignored.

See Also