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

Namespace: Similarity.Net
Assembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1

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