public class BulkScorerWrapperScorer extends Scorer
BulkScorer-backed scorer.Scorer.ChildScorerNO_MORE_DOCS| Constructor and Description |
|---|
BulkScorerWrapperScorer(Weight weight,
BulkScorer scorer,
int bufferSize)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
long |
cost() |
int |
docID() |
int |
freq() |
int |
nextDoc() |
float |
score() |
asTwoPhaseIterator, getChildren, getWeightall, empty, slowAdvancepublic BulkScorerWrapperScorer(Weight weight, BulkScorer scorer, int bufferSize)
public float score()
throws IOException
score in class ScorerIOExceptionpublic int freq()
throws IOException
freq in class ScorerIOExceptionpublic int docID()
docID in class DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class DocIdSetIteratorIOExceptionpublic long cost()
cost in class DocIdSetIteratorCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.