Uses of Interface
com.atlassian.confluence.search.v2.score.ComposableScoreFunction
-
Packages that use ComposableScoreFunction Package Description com.atlassian.confluence.impl.search.v2.score com.atlassian.confluence.search.v2.score This package provides search engine agnostic primitives required to constructFunctionScoreQuery. -
-
Uses of ComposableScoreFunction in com.atlassian.confluence.impl.search.v2.score
Methods in com.atlassian.confluence.impl.search.v2.score that return ComposableScoreFunction Modifier and Type Method Description ComposableScoreFunctionDefaultScoreFunctionFactory. createContentTypeScoreFunction()ComposableScoreFunctionDefaultScoreFunctionFactory. createRecencyOfModificationScoreFunction()See: Desmosfor current implementation and visualisation. -
Uses of ComposableScoreFunction in com.atlassian.confluence.search.v2.score
Classes in com.atlassian.confluence.search.v2.score that implement ComposableScoreFunction Modifier and Type Class Description classExpDecayFunctionAn exponential decay function.classFieldValueFactorFunctionclassGaussDecayFunctionA gaussian decay function.classLinearDecayFunctionLinear decay function applied to a field value.classStaircaseFunctionStaircase decay function applied to a field value.classSumScoreFunctionScoreFunction which sums composed functions and constants.Methods in com.atlassian.confluence.search.v2.score that return ComposableScoreFunction Modifier and Type Method Description ComposableScoreFunctionScoreFunctionFactory. createContentTypeScoreFunction()Create a ComposableScoreFunction which boosts content relevancy by their type.ComposableScoreFunctionScoreFunctionFactory. createRecencyOfModificationScoreFunction()Create a ComposableScoreFunction which boosts content relevancy by recency of modification.Methods in com.atlassian.confluence.search.v2.score that return types with arguments of type ComposableScoreFunction Modifier and Type Method Description List<ComposableScoreFunction>AverageScoreFunction. getFunctions()List<ComposableScoreFunction>MaxScoreFunction. getFunctions()List<ComposableScoreFunction>MinScoreFunction. getFunctions()List<ComposableScoreFunction>MultiplyScoreFunction. getFunctions()List<ComposableScoreFunction>SumScoreFunction. getFunctions()Methods in com.atlassian.confluence.search.v2.score with parameters of type ComposableScoreFunction Modifier and Type Method Description AverageScoreFunction.BuilderAverageScoreFunction.Builder. add(ComposableScoreFunction function, double weight)Constructors in com.atlassian.confluence.search.v2.score with parameters of type ComposableScoreFunction Constructor Description MaxScoreFunction(ComposableScoreFunction function1, ComposableScoreFunction function2, ComposableScoreFunction... functions)MinScoreFunction(ComposableScoreFunction function1, ComposableScoreFunction function2, ComposableScoreFunction... functions)MultiplyScoreFunction(ComposableScoreFunction function1, ComposableScoreFunction function2, ComposableScoreFunction... functions)SumScoreFunction(ComposableScoreFunction function1, ComposableScoreFunction function2, ComposableScoreFunction... functions)Constructor parameters in com.atlassian.confluence.search.v2.score with type arguments of type ComposableScoreFunction Constructor Description SumScoreFunction(@NonNull List<ComposableScoreFunction> functions, @NonNull List<Double> constants)
-