Class LinearDecayFunction
- java.lang.Object
-
- com.atlassian.confluence.search.v2.score.LinearDecayFunction
-
- All Implemented Interfaces:
ComposableScoreFunction
,ScoreFunction
public final class LinearDecayFunction extends Object implements ComposableScoreFunction
Linear decay function applied to a field value.- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description LinearDecayFunction(FieldValueSource source, DecayParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecayParameters
getParameters()
FieldValueSource
getSource()
-
-
-
Constructor Detail
-
LinearDecayFunction
public LinearDecayFunction(FieldValueSource source, DecayParameters parameters)
-
-
Method Detail
-
getSource
public FieldValueSource getSource()
-
getParameters
public DecayParameters getParameters()
-
-