Interface ScoreFunction
-
- All Known Subinterfaces:
ComposableScoreFunction
- All Known Implementing Classes:
AverageScoreFunction
,ConstantScoreFunction
,ExpDecayFunction
,FieldValueFactorFunction
,FilteredScoreFunction
,FirstScoreFunction
,GaussDecayFunction
,LinearDecayFunction
,MaxScoreFunction
,MinScoreFunction
,MultiplyScoreFunction
,StaircaseFunction
,SumScoreFunction
public interface ScoreFunction
Marker interface for a function providing score forFunctionScoreQuery
. AScoreFunction
must be predefined in Confluence. It is a capability of a product and not something that plugin can provide or change. A plugin however can combine these predefined function using eitherAverageScoreFunction
,MaxScoreFunction
,MinScoreFunction
,MultiplyScoreFunction
orSumScoreFunction
to achieve a desired effect.- Since:
- 7.0