Method NextDoc
NextDoc()
Advances to the next document matching the query.
The iterator over the matching documents is buffered using
Read(Int32[], Int32[]).
Declaration
public override int NextDoc()
Returns
Type | Description |
---|---|
System.Int32 | the document matching the query or -1 if there are no more documents. |