Uses of Class
org.apache.lucene.search.function.ValueSourceQuery
-
Packages that use ValueSourceQuery Package Description org.apache.lucene.search.function Programmatic control over documents scores. -
-
Uses of ValueSourceQuery in org.apache.lucene.search.function
Subclasses of ValueSourceQuery in org.apache.lucene.search.function Modifier and Type Class Description classFieldScoreQueryA query that scores each document as the value of the numeric input field.Constructors in org.apache.lucene.search.function with parameters of type ValueSourceQuery Constructor Description CustomScoreQuery(Query subQuery, ValueSourceQuery valSrcQuery)Create a CustomScoreQuery over input subQuery and aValueSourceQuery.CustomScoreQuery(Query subQuery, ValueSourceQuery... valSrcQueries)Create a CustomScoreQuery over input subQuery and aValueSourceQuery.
-