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, twoPhaseIteratorgetChildren, setMinCompetitiveScore, smoothingScorepublic BulkScorerWrapperScorer(Weight weight, BulkScorer scorer, int bufferSize)
public float score()
throws IOException
score in class ScorableIOExceptionpublic float getMaxScore(int upTo)
throws IOException
getMaxScore in class ScorerIOExceptionpublic DocIdSetIterator iterator()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.