Class AbstractMultiTermQueryConstantScoreWrapper.TermAndState

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • docFreq

        final int docFreq
      • totalTermFreq

        final long totalTermFreq
    • Constructor Detail

      • TermAndState

        TermAndState​(BytesRef term,
                     TermState state,
                     int docFreq,
                     long totalTermFreq)