Class AverageScoreFunction
- java.lang.Object
-
- com.atlassian.confluence.search.v2.score.AverageScoreFunction
-
- All Implemented Interfaces:
ScoreFunction
public final class AverageScoreFunction extends Object implements ScoreFunction
Scores of component functions are averaged according toweights
.- Since:
- 7.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AverageScoreFunction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AverageScoreFunction.Builder
builder()
List<ComposableScoreFunction>
getFunctions()
List<Double>
getWeights()
-
-
-
Method Detail
-
getFunctions
public List<ComposableScoreFunction> getFunctions()
-
builder
public static AverageScoreFunction.Builder builder()
-
-