protected class FunctionQuery.AllScorer extends Scorer
Scorable.ChildScorable| Constructor and Description |
|---|
AllScorer(LeafReaderContext context,
FunctionQuery.FunctionWeight w,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
int |
docID() |
Explanation |
explain(int doc) |
float |
getMaxScore(int upTo) |
DocIdSetIterator |
iterator() |
float |
score() |
advanceShallow, getWeight, twoPhaseIteratorgetChildren, setMinCompetitiveScore, smoothingScorepublic AllScorer(LeafReaderContext context, FunctionQuery.FunctionWeight w, float boost) throws IOException
IOExceptionpublic DocIdSetIterator iterator()
public float score()
throws IOException
score in class ScorableIOExceptionpublic float getMaxScore(int upTo)
throws IOException
getMaxScore in class ScorerIOExceptionpublic Explanation explain(int doc) throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.