Class ScoreScriptUtils.DecayNumericGauss

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

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

    • DecayNumericGauss

      public DecayNumericGauss(double origin, double scale, double offset, double decay)
  • Method Details

    • decayNumericGauss

      public double decayNumericGauss(double docValue)