static final class GlobalOrdinalsQuery.SegmentOrdinalScorer extends BaseGlobalOrdinalScorer
Scorable.ChildScorable
Modifier and Type | Field and Description |
---|---|
(package private) LongBitSet |
foundOrds |
approximation, score, values
Constructor and Description |
---|
SegmentOrdinalScorer(Weight weight,
float score,
LongBitSet foundOrds,
SortedDocValues values,
DocIdSetIterator approximationScorer) |
Modifier and Type | Method and Description |
---|---|
protected TwoPhaseIterator |
createTwoPhaseIterator(DocIdSetIterator approximation) |
docID, getMaxScore, iterator, score, twoPhaseIterator
advanceShallow, getWeight
getChildren, setMinCompetitiveScore
final LongBitSet foundOrds
public SegmentOrdinalScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer)
protected TwoPhaseIterator createTwoPhaseIterator(DocIdSetIterator approximation)
createTwoPhaseIterator
in class BaseGlobalOrdinalScorer