Package org.apache.lucene.search.join
Class GlobalOrdinalsQuery.SegmentOrdinalScorer
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.SegmentOrdinalScorer
- Enclosing class:
- GlobalOrdinalsQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable
Scorable.ChildScorable
-
Field Summary
FieldsFields inherited from class org.apache.lucene.search.join.BaseGlobalOrdinalScorer
approximation, score, values
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentOrdinalScorer
(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
foundOrds
-
-
Constructor Details
-
SegmentOrdinalScorer
public SegmentOrdinalScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer)
-
-
Method Details
-
createTwoPhaseIterator
- Specified by:
createTwoPhaseIterator
in classBaseGlobalOrdinalScorer
-