Uses of Interface
com.atlassian.confluence.search.v2.score.ScoreFunction
-
Packages that use ScoreFunction Package Description com.atlassian.confluence.search.v2.query com.atlassian.confluence.search.v2.score This package provides search engine agnostic primitives required to constructFunctionScoreQuery. -
-
Uses of ScoreFunction in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return ScoreFunction Modifier and Type Method Description ScoreFunctionFunctionScoreQuery. getFunction()Constructors in com.atlassian.confluence.search.v2.query with parameters of type ScoreFunction Constructor Description FunctionScoreQuery(SearchQuery wrappedQuery, ScoreFunction function, FunctionScoreQuery.BoostMode boostMode) -
Uses of ScoreFunction in com.atlassian.confluence.search.v2.score
Subinterfaces of ScoreFunction in com.atlassian.confluence.search.v2.score Modifier and Type Interface Description interfaceComposableScoreFunctionMarker interface for a function that can be composed by e.g.Classes in com.atlassian.confluence.search.v2.score that implement ScoreFunction Modifier and Type Class Description classAverageScoreFunctionScores of component functions are averaged according toweights.classExpDecayFunctionExponential decay function applied to a field value.classFieldValueFactorFunctionclassGaussDecayFunctionGaussian decay function applied to a field value.classLinearDecayFunctionLinear decay function applied to a field value.classMaxScoreFunctionMaximum score of component functions is used.classMinScoreFunctionMinimum score of component functions is used.classMultiplyScoreFunctionScores of component functions are multiplied.classStaircaseFunctionStaircase decay function applied to a field value.classSumScoreFunctionScores of component functions are summed.
-