final class DisjunctionSumScorer extends DisjunctionScorer
ConjunctionScorer.Scorer.ChildScorer| Modifier and Type | Field and Description |
|---|---|
private float[] |
coord |
| Constructor and Description |
|---|
DisjunctionSumScorer(Weight weight,
java.util.List<Scorer> subScorers,
float[] coord,
boolean needsScores)
Construct a
DisjunctionScorer. |
| Modifier and Type | Method and Description |
|---|---|
protected float |
score(DisiWrapper topList)
Compute the score for the given linked list of scorers.
|
docID, freq, getChildren, getSubMatches, iterator, score, twoPhaseIteratorprotected float score(DisiWrapper topList) throws java.io.IOException
DisjunctionScorerscore in class DisjunctionScorerjava.io.IOException