Class ScoreScriptUtils.DecayGeoGauss

  • Enclosing class:
    ScoreScriptUtils

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

      Constructors 
      Constructor Description
      DecayGeoGauss​(java.lang.String originStr, java.lang.String scaleStr, java.lang.String offsetStr, double decay)  
    • Method Summary

      Modifier and Type Method Description
      double decayGeoGauss​(GeoPoint docValue)  
      • Methods inherited from class java.lang.Object

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

      • DecayGeoGauss

        public DecayGeoGauss​(java.lang.String originStr,
                             java.lang.String scaleStr,
                             java.lang.String offsetStr,
                             double decay)
    • Method Detail

      • decayGeoGauss

        public double decayGeoGauss​(GeoPoint docValue)