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