Package org.apache.lucene.search.join
Class GlobalOrdinalsWithScoreQuery.OrdinalMapScorer
- java.lang.Object
-
- org.apache.lucene.search.Scorable
-
- org.apache.lucene.search.Scorer
-
- org.apache.lucene.search.join.BaseGlobalOrdinalScorer
-
- org.apache.lucene.search.join.GlobalOrdinalsWithScoreQuery.OrdinalMapScorer
-
- Enclosing class:
- GlobalOrdinalsWithScoreQuery
static final class GlobalOrdinalsWithScoreQuery.OrdinalMapScorer extends BaseGlobalOrdinalScorer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GlobalOrdinalsWithScoreCollector
collector
(package private) LongValues
segmentOrdToGlobalOrdLookup
-
Fields inherited from class org.apache.lucene.search.join.BaseGlobalOrdinalScorer
approximation, score, values
-
-
Constructor Summary
Constructors Constructor Description OrdinalMapScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation, LongValues segmentOrdToGlobalOrdLookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TwoPhaseIterator
createTwoPhaseIterator(DocIdSetIterator approximation)
-
Methods inherited from class org.apache.lucene.search.join.BaseGlobalOrdinalScorer
docID, getMaxScore, iterator, score, twoPhaseIterator
-
Methods inherited from class org.apache.lucene.search.Scorer
advanceShallow, getWeight
-
Methods inherited from class org.apache.lucene.search.Scorable
getChildren, setMinCompetitiveScore, smoothingScore
-
-
-
-
Field Detail
-
segmentOrdToGlobalOrdLookup
final LongValues segmentOrdToGlobalOrdLookup
-
collector
final GlobalOrdinalsWithScoreCollector collector
-
-
Constructor Detail
-
OrdinalMapScorer
public OrdinalMapScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation, LongValues segmentOrdToGlobalOrdLookup)
-
-
Method Detail
-
createTwoPhaseIterator
protected TwoPhaseIterator createTwoPhaseIterator(DocIdSetIterator approximation)
- Specified by:
createTwoPhaseIterator
in classBaseGlobalOrdinalScorer
-
-