static final class GlobalOrdinalsQuery.OrdinalMapScorer extends BaseGlobalOrdinalScorer
Scorer.ChildScorer
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, freq, iterator, score, twoPhaseIterator
getChildren, getWeight
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