Property Freq
Freq
Returns term frequency in the current document, or 1 if the field was indexed with DOCS_ONLY. Do not call this before NextDoc() is first called, nor after NextDoc() returns NO_MORE_DOCS.
NOTE: if the DocsEnum was obtain with NONE, the result of this method is undefined.
Declaration
public abstract int Freq { get; }
Property Value
Type | Description |
---|---|
System.Int32 |