Method NextDoc
NextDoc()
Advances to the next document in the set and returns the doc it is currently on, or NO_MORE_DOCS if there are no more docs in the set.
NOTE: after the iterator has exhausted you should not call this method, as it may result in unpredicted behavior.
@since 2.9
Declaration
public abstract int NextDoc()
Returns
Type | Description |
---|---|
System.Int32 |