Sets the frequency at which words will be ignored which do not occur in at least this
many docs.
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 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