Apache Lucene.Net 2.4.0 Class Library API

DocIdSetIterator.Next Method 

Moves to the next docId in the set. Returns true, iff there is such a docId.

public abstract bool Next();

Return Value

true if there is a next docId

See Also

DocIdSetIterator Class | Lucene.Net.Search Namespace