lookupTerm

open fun lookupTerm(key: BytesRef): Int

If key exists, returns its ordinal, else returns -insertionPoint-1, like Arrays.binarySearch.

Parameters

key

Key to look up