Class MaxScoreAccumulator.DocAndScore

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int docID  
      (package private) float score  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocAndScore​(int docID, float score)  
    • Field Detail

      • docID

        final int docID
      • score

        final float score
    • Constructor Detail

      • DocAndScore

        DocAndScore​(int docID,
                    float score)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object