Uses of Class
org.apache.lucene.queries.function.ValueSourceScorer
Packages that use ValueSourceScorer
Package
Description
Queries that compute score based upon a function.
FunctionValues for different data types.
-
Uses of ValueSourceScorer in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return ValueSourceScorerModifier and TypeMethodDescriptionFunctionValues.getRangeScorer
(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) Yields aScorer
that matches documents with values between the specified range, and that which produces scores equal toFunctionValues.floatVal(int)
.FunctionValues.getScorer
(Weight weight, LeafReaderContext readerContext) Yields aScorer
that matches all documents, and that which produces scores equal toFunctionValues.floatVal(int)
.FunctionRangeQuery.FunctionRangeWeight.scorer
(LeafReaderContext context) -
Uses of ValueSourceScorer in org.apache.lucene.queries.function.docvalues
Methods in org.apache.lucene.queries.function.docvalues that return ValueSourceScorerModifier and TypeMethodDescriptionDocTermsIndexDocValues.getRangeScorer
(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) DoubleDocValues.getRangeScorer
(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) IntDocValues.getRangeScorer
(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) LongDocValues.getRangeScorer
(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper)