Property DocID
DocID
Returns the following:
- -1 or NO_MORE_DOCS if NextDoc() or Advance(Int32) were not called yet.
- NO_MORE_DOCS if the iterator has exhausted.
- Otherwise it should return the doc ID it is currently on.
@since 2.9
Declaration
public abstract int DocID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |