Sets the frequency below which terms will be ignored in the source doc.
Namespace: Similarity.NetAssembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1
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.