Returns the current document number.

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 Doc()
Visual Basic
Function Doc As Integer
Visual C++
int Doc()

Return Value

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

See Also