Class Score

java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.search.Score

final class Score extends Scorable
  • Field Details

    • score

      float score
  • Constructor Details

    • Score

      Score()
  • Method Details

    • 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