Class ScoreScriptUtils.DecayGeoExp

java.lang.Object
org.elasticsearch.script.ScoreScriptUtils.DecayGeoExp
Enclosing class:
ScoreScriptUtils

public static final class ScoreScriptUtils.DecayGeoExp extends Object
  • Constructor Details

    • DecayGeoExp

      public DecayGeoExp(String originStr, String scaleStr, String offsetStr, double decay)
  • Method Details

    • decayGeoExp

      public double decayGeoExp(GeoPoint docValue)