Returns the docFreq from the current TermInfo in the enumeration.
Initially invalid, valid after next() called for the first time.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override int DocFreq() |
Visual Basic |
---|
Public Overrides Function DocFreq As Integer |
Visual C++ |
---|
public: virtual int DocFreq() override |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentTermEnum.DocFreq"]