public class AssertingScorer extends Scorer
Scorable.ChildScorable| Modifier and Type | Method and Description |
|---|---|
int |
advanceShallow(int target) |
int |
docID() |
Collection<Scorable.ChildScorable> |
getChildren() |
Scorer |
getIn() |
float |
getMaxScore(int upTo) |
DocIdSetIterator |
iterator() |
float |
score() |
void |
setMinCompetitiveScore(float score) |
String |
toString() |
TwoPhaseIterator |
twoPhaseIterator() |
static Scorer |
wrap(Random random,
Scorer other,
ScoreMode scoreMode) |
smoothingScorepublic Scorer getIn()
public void setMinCompetitiveScore(float score)
throws IOException
setMinCompetitiveScore in class ScorableIOExceptionpublic int advanceShallow(int target)
throws IOException
advanceShallow in class ScorerIOExceptionpublic float getMaxScore(int upTo)
throws IOException
getMaxScore in class ScorerIOExceptionpublic float score()
throws IOException
score in class ScorableIOExceptionpublic Collection<Scorable.ChildScorable> getChildren()
getChildren in class Scorablepublic DocIdSetIterator iterator()
public TwoPhaseIterator twoPhaseIterator()
twoPhaseIterator in class ScorerCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.