Uses of Interface
org.elasticsearch.index.query.functionscore.ScoreFunctionParser
-
Packages that use ScoreFunctionParser Package Description org.elasticsearch.index.query.functionscore org.elasticsearch.plugins -
-
Uses of ScoreFunctionParser in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement ScoreFunctionParser Modifier and Type Class Description classDecayFunctionParser<DFB extends DecayFunctionBuilder<DFB>>Parser used for all decay functions, one instance each.Fields in org.elasticsearch.index.query.functionscore declared as ScoreFunctionParser Modifier and Type Field Description static ScoreFunctionParser<ExponentialDecayFunctionBuilder>ExponentialDecayFunctionBuilder. PARSERstatic ScoreFunctionParser<GaussDecayFunctionBuilder>GaussDecayFunctionBuilder. PARSERstatic ScoreFunctionParser<LinearDecayFunctionBuilder>LinearDecayFunctionBuilder. PARSER -
Uses of ScoreFunctionParser in org.elasticsearch.plugins
Constructors in org.elasticsearch.plugins with parameters of type ScoreFunctionParser Constructor Description ScoreFunctionSpec(String name, Writeable.Reader<T> reader, ScoreFunctionParser<T> parser)ScoreFunctionSpec(ParseField name, Writeable.Reader<T> reader, ScoreFunctionParser<T> parser)
-