Class Lucene90PostingsFormat.IntBlockTermState

    • Field Detail

      • skipOffset

        public long skipOffset
        file offset for the start of the skip list, relative to docStartFP, if there are more than ForUtil.BLOCK_SIZE docs; otherwise -1
      • lastPosBlockOffset

        public long lastPosBlockOffset
        file offset for the last position in the last block, if there are more than ForUtil.BLOCK_SIZE positions; otherwise -1
      • singletonDocID

        public int singletonDocID
        docid when there is a single pulsed posting, otherwise -1. freq is always implicitly totalTermFreq in this case.
    • Constructor Detail

      • IntBlockTermState

        public IntBlockTermState()
        Sole constructor.