public class BulkScorerWrapperScorer extends Scorer
BulkScorer
-backed scorer.Scorable.ChildScorable
Constructor and Description |
---|
BulkScorerWrapperScorer(Weight weight,
BulkScorer scorer,
int bufferSize)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
docID() |
float |
getMaxScore(int upTo) |
DocIdSetIterator |
iterator() |
float |
score() |
advanceShallow, getWeight, twoPhaseIterator
getChildren, setMinCompetitiveScore, smoothingScore
public BulkScorerWrapperScorer(Weight weight, BulkScorer scorer, int bufferSize)
public float score() throws IOException
score
in class Scorable
IOException
public float getMaxScore(int upTo) throws IOException
getMaxScore
in class Scorer
IOException
public DocIdSetIterator iterator()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.