Package org.elasticsearch.index.query.functionscore
package org.elasticsearch.index.query.functionscore
-
InterfaceDescriptionImplement this interface to provide a decay function that is executed on a distance.ScoreFunctionParser<FB extends ScoreFunctionBuilder<FB>>Parses XContent into a
ScoreFunctionBuilder
. -
ClassDescriptionDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>This is the base class for scoring a single field.DecayFunctionParser<DFB extends DecayFunctionBuilder<DFB>>Parser used for all decay functions, one instance each.Builder to construct
field_value_factor
functions for a function score query.A query that uses a filters with a script associated with them to compute the score.Function to be associated with an optional filter, meaning it will be executed only for the documents that match the given filter.A function that computes a random score for the matched documentsScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>>Static method aliases for constructors of knownScoreFunctionBuilder
s.A function that uses a script to compute or influence the score of documents that match with the inner query or filter.A query that computes a document score based on the provided scriptA query that multiplies the weight to the score.