Module org.apache.lucene.join
Package org.apache.lucene.search.join
Class GlobalOrdinalsQuery.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.GlobalOrdinalsQuery.OrdinalMapScorer
- Enclosing class:
GlobalOrdinalsQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LongBitSet(package private) final LongValuesFields inherited from class org.apache.lucene.search.join.BaseGlobalOrdinalScorer
approximation, boost, score, values -
Constructor Summary
ConstructorsConstructorDescriptionOrdinalMapScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer, LongValues segmentOrdToGlobalOrdLookup) -
Method Summary
Modifier and TypeMethodDescriptionprotected TwoPhaseIteratorcreateTwoPhaseIterator(DocIdSetIterator approximation) Methods inherited from class org.apache.lucene.search.join.BaseGlobalOrdinalScorer
docID, getMaxScore, iterator, score, twoPhaseIteratorMethods inherited from class org.apache.lucene.search.Scorer
advanceShallow, getWeightMethods inherited from class org.apache.lucene.search.Scorable
getChildren, setMinCompetitiveScore, smoothingScore
-
Field Details
-
foundOrds
-
segmentOrdToGlobalOrdLookup
-
-
Constructor Details
-
OrdinalMapScorer
public OrdinalMapScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer, LongValues segmentOrdToGlobalOrdLookup)
-
-
Method Details
-
createTwoPhaseIterator
- Specified by:
createTwoPhaseIteratorin classBaseGlobalOrdinalScorer
-