| DecayFunction |
Implement this interface to provide a decay function that is executed on a
distance.
|
| DecayFunctionBuilder |
|
| ExponentialDecayFunctionBuilder |
|
| FieldValueFactorFunctionBuilder |
Builder to construct field_value_factor functions for a function
score query.
|
| FunctionScoreQueryBuilder |
A query that uses a filters with a script associated with them to compute the
score.
|
| FunctionScoreQueryBuilder.FilterFunctionBuilder |
Function to be associated with an optional filter, meaning it will be executed only for the documents
that match the given filter.
|
| GaussDecayFunctionBuilder |
|
| LinearDecayFunctionBuilder |
|
| RandomScoreFunctionBuilder |
A function that computes a random score for the matched documents
|
| ScoreFunctionBuilder |
|
| ScoreFunctionParser |
|
| ScriptScoreFunctionBuilder |
A function that uses a script to compute or influence the score of documents
that match with the inner query or filter.
|
| ScriptScoreQueryBuilder |
A query that computes a document score based on the provided script
|
| WeightBuilder |
A query that multiplies the weight to the score.
|