Returns the frequency of the term within the current document.

This is invalid until {@link #Next()} is called for the first time.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
int Freq()
Visual Basic
Function Freq As Integer
Visual C++
int Freq()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.TermDocs.Freq"]

See Also