public static class AssertingIndexSearcher.AssertingScorer extends Scorer
Scorer.ChildScorerFLAG_FREQS, FLAG_NONENO_MORE_DOCS| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
long |
cost() |
int |
docID() |
int |
freq() |
Collection<Scorer.ChildScorer> |
getChildren() |
Scorer |
getIn() |
int |
nextDoc() |
float |
score() |
void |
score(Collector collector) |
boolean |
score(Collector collector,
int max,
int firstDocID) |
attributesslowAdvancepublic Scorer getIn()
public float score()
throws IOException
score in class ScorerIOExceptionpublic void score(Collector collector) throws IOException
score in class ScorerIOExceptionpublic boolean score(Collector collector, int max, int firstDocID) throws IOException
score in class ScorerIOExceptionpublic Collection<Scorer.ChildScorer> getChildren()
getChildren in class Scorerpublic int freq()
throws IOException
freq in class DocsEnumIOExceptionpublic 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-2013 Apache Software Foundation. All Rights Reserved.