Sets the frequency below which terms will be ignored in the source doc.
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 SetMinTermFreq(
int minTermFreq
) |
| Visual Basic |
|---|
Public Sub SetMinTermFreq ( _
minTermFreq As Integer _
) |
| Visual C++ |
|---|
public:
void SetMinTermFreq(
int minTermFreq
) |
Parameters
- minTermFreq
- Type: System..::..Int32
the frequency below which terms will be ignored in the source doc.
See Also