Package org.apache.lucene.sandbox.search
Class SortedSetDocValuesMultiRangeQuery.MultiRangeWeight.MultiRangeScorerSupplier
java.lang.Object
org.apache.lucene.search.ScorerSupplier
org.apache.lucene.sandbox.search.SortedSetDocValuesMultiRangeQuery.MultiRangeWeight.MultiRangeScorerSupplier
- Enclosing class:
SortedSetDocValuesMultiRangeQuery.MultiRangeWeight
protected class SortedSetDocValuesMultiRangeQuery.MultiRangeWeight.MultiRangeScorerSupplier
extends ScorerSupplier
Scorer supplier for SortedSetDocValuesMultiRangeQuery
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultiRangeScorerSupplier
(SortedSetDocValues values, LeafReaderContext context) -
Method Summary
Modifier and TypeMethodDescriptionlong
cost()
protected ConstantScoreScorer
empty()
get
(long leadCost) Methods inherited from class org.apache.lucene.search.ScorerSupplier
bulkScorer, setTopLevelScoringClause
-
Field Details
-
context
-
-
Constructor Details
-
MultiRangeScorerSupplier
-
-
Method Details
-
get
- Specified by:
get
in classScorerSupplier
- Throws:
IOException
-
empty
-
cost
public long cost()- Specified by:
cost
in classScorerSupplier
-