Package org.elasticsearch.script
Class ScoreScriptUtils
java.lang.Object
org.elasticsearch.script.ScoreScriptUtils
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic doublesaturation(double value, double k)STATIC FUNCTIONS that can be used by users for score calculationsstatic doublesigmoid(double value, double k, double a)Calculate a sigmoid ofvaluewith scaling parameterskanda 
- 
Constructor Details
- 
ScoreScriptUtils
public ScoreScriptUtils() 
 - 
 - 
Method Details
- 
saturation
public static double saturation(double value, double k)STATIC FUNCTIONS that can be used by users for score calculations - 
sigmoid
public static double sigmoid(double value, double k, double a)Calculate a sigmoid ofvaluewith scaling parameterskanda 
 -