IntBlockTermState
Holds all state required for Lucene101PostingsReader to produce a [ ] without re-seeking the terms dict.
Properties
Link copied to clipboard
fp into the terms dict primary file (_X.tim) that holds this term
Link copied to clipboard
file pointer to the start of the doc ids enumeration, in .DOC_EXTENSION file
Link copied to clipboard
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