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, twoPhaseIterator
protected float score(DisiWrapper topList) throws java.io.IOException
DisjunctionScorer
score
in class DisjunctionScorer
java.io.IOException