Uses of Class
org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
Packages that use ScoreFunctionBuilder Package Description org.elasticsearch.index.query.functionscore org.elasticsearch.plugins -
-
Uses of ScoreFunctionBuilder in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore with type parameters of type ScoreFunctionBuilder Modifier and Type Class Description classScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>>interfaceScoreFunctionParser<FB extends ScoreFunctionBuilder<FB>>Parses XContent into aScoreFunctionBuilder.Subclasses of ScoreFunctionBuilder in org.elasticsearch.index.query.functionscore Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classExponentialDecayFunctionBuilderclassFieldValueFactorFunctionBuilderBuilder to constructfield_value_factorfunctions for a function score query.classGaussDecayFunctionBuilderclassLinearDecayFunctionBuilderclassRandomScoreFunctionBuilderA function that computes a random score for the matched documentsclassScriptScoreFunctionBuilderA function that uses a script to compute or influence the score of documents that match with the inner query or filter.classWeightBuilderA query that multiplies the weight to the score.Methods in org.elasticsearch.index.query.functionscore that return ScoreFunctionBuilder Modifier and Type Method Description ScoreFunctionBuilder<?>FunctionScoreQueryBuilder.FilterFunctionBuilder. getScoreFunction()Constructors in org.elasticsearch.index.query.functionscore with parameters of type ScoreFunctionBuilder Constructor Description FilterFunctionBuilder(ScoreFunctionBuilder<?> scoreFunctionBuilder)FilterFunctionBuilder(QueryBuilder filter, ScoreFunctionBuilder<?> scoreFunction)FunctionScoreQueryBuilder(ScoreFunctionBuilder<?> scoreFunctionBuilder)Creates a function_score query that will execute the function provided on all documentsFunctionScoreQueryBuilder(QueryBuilder query, ScoreFunctionBuilder<?> scoreFunctionBuilder)Creates a function_score query that will execute the function provided in the context of the provided query -
Uses of ScoreFunctionBuilder in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins with type parameters of type ScoreFunctionBuilder Modifier and Type Class Description static classSearchPlugin.ScoreFunctionSpec<T extends ScoreFunctionBuilder<T>>Specification of customScoreFunction.
-