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.classExpDecayFunctionAn exponential decay function.classFieldValueFactorFunctionclassGaussDecayFunctionA gaussian decay function.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.classSumScoreFunctionScoreFunction which sums composed functions and constants.
-