BlockTermState

Holds all state required for PostingsReaderBase to produce a [ ] without re-seeking the terms dict.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

fp into the terms dict primary file (_X.tim) that holds this term

Link copied to clipboard

how many docs have this term

Link copied to clipboard
var ord: Long

Term ordinal, i.e. its position in the full list of sorted terms.

Link copied to clipboard

the term's ord in the current block

Link copied to clipboard

total number of occurrences of this term

Functions

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

Copies the content of the given TermState to this instance

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