TermsEnumIndex

open class TermsEnumIndex(var termsEnum: TermsEnum?, val subIndex: Int)

Wrapper around a TermsEnum and an integer that identifies it. All operations that move the current position of the TermsEnum must be performed via this wrapper class, not directly on the wrapped TermsEnum.

Inheritors

Constructors

Link copied to clipboard
constructor(termsEnum: TermsEnum?, subIndex: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class TermState

Wrapper around a term that allows for quick equals comparisons.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun next(): BytesRef?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun seekExact(ord: Long)
Link copied to clipboard
fun term(): BytesRef?
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String