IntBlockTermState

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

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

file pointer to the start of the doc ids enumeration, in .DOC_EXTENSION file

Link copied to clipboard

file offset for the last position in the last block, if there are more than positions; otherwise -1

Link copied to clipboard
var ord: Long

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

Link copied to clipboard

file pointer to the start of the payloads enumeration, in .PAY_EXTENSION file

Link copied to clipboard

file pointer to the start of the positions enumeration, in .POS_EXTENSION file

Link copied to clipboard

docid when there is a single pulsed posting, otherwise -1. freq is always implicitly totalTermFreq in this case.

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
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