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, twoPhaseIterator
getChildren, setMinCompetitiveScore, smoothingScore
public AllScorer(LeafReaderContext context, FunctionQuery.FunctionWeight w, float boost) throws IOException
IOException
public DocIdSetIterator iterator()
public float score() throws IOException
score
in class Scorable
IOException
public float getMaxScore(int upTo) throws IOException
getMaxScore
in class Scorer
IOException
public Explanation explain(int doc) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.