Moves to the next pair in the enumeration.

Returns true iff there is such a next pair in the enumeration.

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

Syntax

C#
bool Next()
Visual Basic
Function Next As Boolean
Visual C++
bool Next()

Return Value

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

See Also