Class BlockTermState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long blockFilePointer
      fp into the terms dict primary file (_X.tim) that holds this term
      int docFreq
      how many docs have this term
      int termBlockOrd
      the term's ord in the current block
      long totalTermFreq
      total number of occurrences of this term
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BlockTermState()
      Sole constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void copyFrom​(TermState _other)
      Copies the content of the given TermState to this instance
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.)