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
(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
(LeafReaderContext readerContext) Yields aScorer
that matches all documents, and that which produces scores equal toFunctionValues.floatVal(int)
. -
Uses of ValueSourceScorer in org.apache.lucene.queries.function.docvalues
Methods in org.apache.lucene.queries.function.docvalues that return ValueSourceScorerModifier and TypeMethodDescriptionDocTermsIndexDocValues.getRangeScorer
(LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) DoubleDocValues.getRangeScorer
(LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) IntDocValues.getRangeScorer
(LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper) LongDocValues.getRangeScorer
(LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper)