TermsIndexReaderBase

BlockTermsReader interacts with an instance of this class to manage its terms index. The writer must accept indexed terms (many pairs of BytesRef text + long fileOffset), and then this reader must be able to retrieve the nearest index term to a provided term text.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class FieldIndexEnum

Similar to TermsEnum, except, the only "metadata" it reports for a given indexed term is the long fileOffset into the main terms dictionary file.

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
Link copied to clipboard
abstract fun supportsOrd(): Boolean