lookupOrd

abstract fun lookupOrd(ord: Long): BytesRef?

Retrieves the value for the specified ordinal. The returned BytesRef may be re-used across calls to lookupOrd so make sure to copy it if you want to keep it around.

Parameters

ord

ordinal to lookup

See also

.nextOrd