TermState

abstract class TermState : Cloneable<TermState>

Encapsulates all required internal state to position the associated TermsEnum without re-seeking.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun clone(): TermState
Link copied to clipboard
abstract fun copyFrom(other: TermState)

Copies the content of the given TermState to this instance

Link copied to clipboard
open override fun toString(): String