Package org.apache.lucene.queries.function
package org.apache.lucene.queries.function
Queries that compute score based upon a function
-
ClassesClassDescriptionQuery that is boosted by a ValueSourceReturns a score for each document based on a ValueSource, often some function of the value of a field.Represents field values as different types.Abstraction of the logic required to fill the value of a specified doc into a reusable
MutableValue
.InstantiatesFunctionValues
for a particular reader.Scorer
which returns the result ofFunctionValues.floatVal(int)
as the score for a document.