Sets the frequency at which words will be ignored which do not occur in at least this many docs.

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

Syntax

C#
public void SetMinDocFreq(
	int minDocFreq
)
Visual Basic
Public Sub SetMinDocFreq ( _
	minDocFreq As Integer _
)
Visual C++
public:
void SetMinDocFreq(
	int minDocFreq
)

Parameters

minDocFreq
Type: System..::..Int32
the frequency at which words will be ignored which do not occur in at least this many docs.

See Also