Package org.elasticsearch.script
Class ScoreScriptUtils.DecayGeoLinear
java.lang.Object
org.elasticsearch.script.ScoreScriptUtils.DecayGeoLinear
- Enclosing class:
- ScoreScriptUtils
public static final class ScoreScriptUtils.DecayGeoLinear
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DecayGeoLinear(java.lang.String originStr, java.lang.String scaleStr, java.lang.String offsetStr, double decay)
-
Method Summary
Modifier and Type Method Description double
decayGeoLinear(GeoPoint docValue)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DecayGeoLinear
public DecayGeoLinear(java.lang.String originStr, java.lang.String scaleStr, java.lang.String offsetStr, double decay)
-
-
Method Details
-
decayGeoLinear
-