Class ValueSource.ScoreAndDoc

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private ScoreAndDoc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int docID()
      Returns the doc ID that is currently being scored.
      float score()
      Returns the score of the current document matching the query.
      • Methods inherited from class java.lang.Object

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

      • current

        int current
      • score

        float score
    • Constructor Detail

      • ScoreAndDoc

        private ScoreAndDoc()
    • Method Detail

      • docID

        public int docID()
        Description copied from class: Scorable
        Returns the doc ID that is currently being scored.
        Specified by:
        docID in class Scorable
      • score

        public float score()
        Description copied from class: Scorable
        Returns the score of the current document matching the query.
        Specified by:
        score in class Scorable