When returned by {@link #NextDoc()}, {@link #Advance(int)} and {@link #Doc()} it means there are no more docs in the iterator.

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

Syntax

C#
public static readonly int NO_MORE_DOCS
Visual Basic
Public Shared ReadOnly NO_MORE_DOCS As Integer
Visual C++
public:
static initonly int NO_MORE_DOCS

See Also