static class BooleanTopLevelScorers.ReqSingleOptScorer extends ReqOptSumScorer
Scorer.ChildScorer
Modifier and Type | Field and Description |
---|---|
private float |
coordBoth |
private float |
coordReq |
optIterator, optScorer, reqScorer
Constructor and Description |
---|
ReqSingleOptScorer(Scorer reqScorer,
Scorer optScorer,
float coordReq,
float coordBoth) |
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