static class BooleanTopLevelScorers.CoordinatingConjunctionScorer extends ConjunctionScorer
ConjunctionScorer.DocsAndFreqs
Scorer.ChildScorer
Modifier and Type | Field and Description |
---|---|
private float[] |
coords |
private Scorer |
opt |
private Scorer |
req |
private int |
reqCount |
coord, disi, scorers
Constructor and Description |
---|
CoordinatingConjunctionScorer(Weight weight,
float[] coords,
Scorer req,
int reqCount,
Scorer opt) |
Modifier and Type | Method and Description |
---|---|
float |
score()
Returns the score of the current document matching the query.
|
docID, freq, getChildren, iterator, twoPhaseIterator
private final float[] coords
private final int reqCount
private final Scorer req
private final Scorer opt
public float score() throws java.io.IOException
Scorer
DocIdSetIterator.nextDoc()
or
DocIdSetIterator.advance(int)
is called on the Scorer.iterator()
the first time, or when called from within LeafCollector.collect(int)
.score
in class ConjunctionScorer
java.io.IOException