Uses of Interface
org.elasticsearch.index.query.functionscore.DecayFunction
-
Packages that use DecayFunction Package Description org.elasticsearch.index.query.functionscore -
-
Uses of DecayFunction in org.elasticsearch.index.query.functionscore
Fields in org.elasticsearch.index.query.functionscore declared as DecayFunction Modifier and Type Field Description static DecayFunctionExponentialDecayFunctionBuilder. EXP_DECAY_FUNCTIONstatic DecayFunctionGaussDecayFunctionBuilder. GAUSS_DECAY_FUNCTIONstatic DecayFunctionLinearDecayFunctionBuilder. LINEAR_DECAY_FUNCTIONMethods in org.elasticsearch.index.query.functionscore that return DecayFunction Modifier and Type Method Description protected abstract DecayFunctionDecayFunctionBuilder. getDecayFunction()Override this function if you want to produce your own scorer.DecayFunctionExponentialDecayFunctionBuilder. getDecayFunction()DecayFunctionGaussDecayFunctionBuilder. getDecayFunction()DecayFunctionLinearDecayFunctionBuilder. getDecayFunction()Constructors in org.elasticsearch.index.query.functionscore with parameters of type DecayFunction Constructor Description AbstractDistanceScoreFunction(double userSuppiedScale, double decay, double offset, DecayFunction func, MultiValueMode mode)
-