Package org.apache.lucene.tests.search
Class AssertingBulkScorer
java.lang.Object
org.apache.lucene.search.BulkScorer
org.apache.lucene.tests.search.AssertingBulkScorer
Wraps a Scorer with additional checks
-
Method Summary
Modifier and TypeMethodDescriptionlong
cost()
getIn()
int
score
(LeafCollector collector, Bits acceptDocs, int min, int max) toString()
static BulkScorer
wrap
(Random random, BulkScorer other, int maxDoc)
-
Method Details
-
wrap
-
getIn
-
cost
public long cost()- Specified by:
cost
in classBulkScorer
-
score
- Specified by:
score
in classBulkScorer
- Throws:
IOException
-
toString
-