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