Class AverageScoreFunction.Builder
- java.lang.Object
-
- com.atlassian.confluence.search.v2.score.AverageScoreFunction.Builder
-
- Enclosing class:
- AverageScoreFunction
public static class AverageScoreFunction.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AverageScoreFunction.Builder
add(ComposableScoreFunction function, double weight)
AverageScoreFunction
build()
-
-
-
Method Detail
-
add
public AverageScoreFunction.Builder add(ComposableScoreFunction function, double weight)
-
build
public AverageScoreFunction build()
-
-