Uses of Class
org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
Packages that use DecayFunctionBuilder Package Description org.elasticsearch.index.query.functionscore -
-
Uses of DecayFunctionBuilder in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore with type parameters of type DecayFunctionBuilder Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classDecayFunctionParser<DFB extends DecayFunctionBuilder<DFB>>Parser used for all decay functions, one instance each.Subclasses of DecayFunctionBuilder in org.elasticsearch.index.query.functionscore Modifier and Type Class Description classExponentialDecayFunctionBuilderclassGaussDecayFunctionBuilderclassLinearDecayFunctionBuilder
-