Method LookupOrd
LookupOrd(Int64, BytesRef)
Retrieves the value for the specified ordinal.
Declaration
public abstract void LookupOrd(long ord, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ord | ordinal to lookup |
BytesRef | result | will be populated with the ordinal's value |
See Also
NextOrd()