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, twoPhaseIteratorpublic float score()
throws java.io.IOException
ReqOptSumScorerReqOptSumScorer.iterator() is advanced the first time.score in class ReqOptSumScorerjava.io.IOException