Returns the frequency below which terms will be ignored in the source doc. The default frequency is the {@link #DEFAULT_MIN_TERM_FREQ}.

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

Syntax

C#
public int GetMinTermFreq()
Visual Basic
Public Function GetMinTermFreq As Integer
Visual C++
public:
int GetMinTermFreq()

Return Value

the frequency below which terms will be ignored in the source doc.

See Also