Class BooleanScorer.BulkScorerAndDoc

  • Enclosing class:
    BooleanScorer

    private class BooleanScorer.BulkScorerAndDoc
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long cost  
      (package private) int next  
      (package private) BulkScorer scorer  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void advance​(int min)  
      (package private) void score​(LeafCollector collector, Bits acceptDocs, int min, int max)  
      • Methods inherited from class java.lang.Object

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

      • cost

        final long cost
      • next

        int next
    • Constructor Detail

      • BulkScorerAndDoc

        BulkScorerAndDoc​(BulkScorer scorer)
    • Method Detail

      • advance

        void advance​(int min)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • score

        void score​(LeafCollector collector,
                   Bits acceptDocs,
                   int min,
                   int max)
            throws java.io.IOException
        Throws:
        java.io.IOException