Returns the frequency at which words will be ignored which do not occur in at least this
many docs. The default frequency is {@link #DEFALT_MIN_DOC_FREQ}.
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 int GetMinDocFreq() |
Visual Basic |
---|
Public Function GetMinDocFreq As Integer |
Visual C++ |
---|
public:
int GetMinDocFreq() |
Return Value
the frequency at which words will be ignored which do not occur in at least this
many docs.
See Also