Class CeBulkScorer


  • public class CeBulkScorer
    extends org.apache.lucene.search.BulkScorer
    Cerebro internal scorer.
    • Constructor Summary

      Constructors 
      Constructor Description
      CeBulkScorer​(org.apache.lucene.search.Scorer scorer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long cost()  
      int score​(org.apache.lucene.search.LeafCollector collector, org.apache.lucene.util.Bits acceptDocs, int min, int max)  
      • Methods inherited from class org.apache.lucene.search.BulkScorer

        score
      • Methods inherited from class java.lang.Object

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

      • CeBulkScorer

        public CeBulkScorer​(org.apache.lucene.search.Scorer scorer)
    • Method Detail

      • score

        public int score​(org.apache.lucene.search.LeafCollector collector,
                         org.apache.lucene.util.Bits acceptDocs,
                         int min,
                         int max)
                  throws java.io.IOException
        Specified by:
        score in class org.apache.lucene.search.BulkScorer
        Throws:
        java.io.IOException
      • cost

        public long cost()
        Specified by:
        cost in class org.apache.lucene.search.BulkScorer