public class IndriAndScorer extends IndriDisjunctionScorer
Scorable.ChildScorable
Modifier | Constructor and Description |
---|---|
protected |
IndriAndScorer(Weight weight,
List<Scorer> subScorers,
ScoreMode scoreMode,
float boost) |
Modifier and Type | Method and Description |
---|---|
float |
score(List<Scorer> subScorers) |
float |
smoothingScore(List<Scorer> subScorers,
int docId) |
docID, getMaxScore, getSubMatches, iterator, score, smoothingScore
getBoost
advanceShallow, getWeight, twoPhaseIterator
getChildren, setMinCompetitiveScore
protected IndriAndScorer(Weight weight, List<Scorer> subScorers, ScoreMode scoreMode, float boost) throws IOException
IOException
public float score(List<Scorer> subScorers) throws IOException
IOException
public float smoothingScore(List<Scorer> subScorers, int docId) throws IOException
smoothingScore
in class IndriDisjunctionScorer
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.