Class ScoreScriptUtils.DecayNumericExp

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

public static final class ScoreScriptUtils.DecayNumericExp
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DecayNumericExp​(double origin, double scale, double offset, double decay)  
  • Method Summary

    Modifier and Type Method Description
    double decayNumericExp​(double docValue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DecayNumericExp

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

    • decayNumericExp

      public double decayNumericExp​(double docValue)