seek

abstract fun seek(term: BytesRef): Long

Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that term


abstract fun seek(ord: Long): Long

Only implemented if TermsIndexReaderBase.supportsOrd returns true.