Class BlockTermState

    • Field Detail

      • docFreq

        public int docFreq
        how many docs have this term
      • totalTermFreq

        public long totalTermFreq
        total number of occurrences of this term
      • termBlockOrd

        public int termBlockOrd
        the term's ord in the current block
      • blockFilePointer

        public long blockFilePointer
        fp into the terms dict primary file (_X.tim) that holds this term
    • Constructor Detail

      • BlockTermState

        protected BlockTermState()
        Sole constructor. (For invocation by subclass constructors, typically implicit.)