static final class GlobalOrdinalsQuery.SegmentOrdinalScorer extends BaseGlobalOrdinalScorer
Scorer.ChildScorer
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, freq, iterator, score, twoPhaseIterator
getChildren, getWeight
final LongBitSet foundOrds
public SegmentOrdinalScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer)
protected TwoPhaseIterator createTwoPhaseIterator(DocIdSetIterator approximation)
createTwoPhaseIterator
in class BaseGlobalOrdinalScorer