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

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

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