Method NextOrd
NextOrd()
Returns the next ordinal for the current document (previously set by SetDocument(Int32).
Declaration
public abstract long NextOrd()
Returns
Type | Description |
---|---|
System.Int64 | Next ordinal for the document, or NO_MORE_ORDS. ordinals are dense, start at 0, then increment by 1 for the next value in sorted order. |