Class CachingCollector.CachedScorable

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private CachedScorable()  
    • Field Detail

      • doc

        int doc
      • score

        float score
    • Constructor Detail

      • CachedScorable

        private CachedScorable()
    • Method Detail

      • score

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

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