public class AssertingScorer extends Scorer
Scorer.ChildScorer| Modifier and Type | Method and Description |
|---|---|
int |
docID() |
Collection<Scorer.ChildScorer> |
getChildren() |
Scorer |
getIn() |
DocIdSetIterator |
iterator() |
float |
score() |
String |
toString() |
TwoPhaseIterator |
twoPhaseIterator() |
static Scorer |
wrap(Random random,
Scorer other,
boolean canScore) |
public Scorer getIn()
public float score()
throws IOException
score in class ScorerIOExceptionpublic Collection<Scorer.ChildScorer> getChildren()
getChildren in class Scorerpublic DocIdSetIterator iterator()
public TwoPhaseIterator twoPhaseIterator()
twoPhaseIterator in class ScorerCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.