public class BulkScorerWrapperScorer extends Scorer
BulkScorer-backed scorer.Scorer.ChildScorer| Constructor and Description |
|---|
BulkScorerWrapperScorer(Weight weight,
BulkScorer scorer,
int bufferSize)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
docID() |
int |
freq() |
DocIdSetIterator |
iterator() |
float |
score() |
getChildren, getWeight, twoPhaseIteratorpublic BulkScorerWrapperScorer(Weight weight, BulkScorer scorer, int bufferSize)
public float score()
throws IOException
score in class ScorerIOExceptionpublic int freq()
throws IOException
freq in class ScorerIOExceptionpublic DocIdSetIterator iterator()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.