static class BooleanTopLevelScorers.ReqMultiOptScorer extends ReqOptSumScorer
Scorer.ChildScorer
Modifier and Type | Field and Description |
---|---|
private float[] |
coords |
private int |
requiredCount |
optIterator, optScorer, reqScorer
Constructor and Description |
---|
ReqMultiOptScorer(Scorer reqScorer,
Scorer optScorer,
int requiredCount,
float[] coords) |
Modifier and Type | Method and Description |
---|---|
float |
score()
Returns the score of the current document matching the query.
|
docID, freq, getChildren, iterator, twoPhaseIterator
public float score() throws java.io.IOException
ReqOptSumScorer
ReqOptSumScorer.iterator()
is advanced the first time.score
in class ReqOptSumScorer
java.io.IOException