Class ScoreFunctionBuilders
java.lang.Object
org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
Static method aliases for constructors of known
ScoreFunctionBuilders.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexponentialDecayFunction(String fieldName, Object origin, Object scale)exponentialDecayFunction(String fieldName, Object origin, Object scale, Object offset)exponentialDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay)fieldValueFactorFunction(String fieldName)static GaussDecayFunctionBuildergaussDecayFunction(String fieldName, Object origin, Object scale)static GaussDecayFunctionBuildergaussDecayFunction(String fieldName, Object origin, Object scale, Object offset)static GaussDecayFunctionBuildergaussDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay)static LinearDecayFunctionBuilderlinearDecayFunction(String fieldName, Object origin, Object scale)static LinearDecayFunctionBuilderlinearDecayFunction(String fieldName, Object origin, Object scale, Object offset)static LinearDecayFunctionBuilderlinearDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay)static RandomScoreFunctionBuilderstatic ScriptScoreFunctionBuilderscriptFunction(String script)static ScriptScoreFunctionBuilderscriptFunction(Script script)static WeightBuilderweightFactorFunction(float weight)
-
Constructor Details
-
ScoreFunctionBuilders
public ScoreFunctionBuilders()
-
-
Method Details
-
exponentialDecayFunction
public static ExponentialDecayFunctionBuilder exponentialDecayFunction(String fieldName, Object origin, Object scale) -
exponentialDecayFunction
public static ExponentialDecayFunctionBuilder exponentialDecayFunction(String fieldName, Object origin, Object scale, Object offset) -
exponentialDecayFunction
public static ExponentialDecayFunctionBuilder exponentialDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay) -
gaussDecayFunction
public static GaussDecayFunctionBuilder gaussDecayFunction(String fieldName, Object origin, Object scale) -
gaussDecayFunction
public static GaussDecayFunctionBuilder gaussDecayFunction(String fieldName, Object origin, Object scale, Object offset) -
gaussDecayFunction
public static GaussDecayFunctionBuilder gaussDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay) -
linearDecayFunction
public static LinearDecayFunctionBuilder linearDecayFunction(String fieldName, Object origin, Object scale) -
linearDecayFunction
public static LinearDecayFunctionBuilder linearDecayFunction(String fieldName, Object origin, Object scale, Object offset) -
linearDecayFunction
public static LinearDecayFunctionBuilder linearDecayFunction(String fieldName, Object origin, Object scale, Object offset, double decay) -
scriptFunction
-
scriptFunction
-
randomFunction
-
weightFactorFunction
-
fieldValueFactorFunction
-