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: Similarity.NetAssembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1
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