Uses of Class
com.atlassian.confluence.search.v2.score.ExpDecayFunction
-
Packages that use ExpDecayFunction 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 ExpDecayFunction in com.atlassian.confluence.impl.search.v2.score
Methods in com.atlassian.confluence.impl.search.v2.score that return ExpDecayFunction Modifier and Type Method Description ExpDecayFunctionDefaultScoreFunctionFactory. createExpDecayFunction() -
Uses of ExpDecayFunction in com.atlassian.confluence.search.v2.score
Methods in com.atlassian.confluence.search.v2.score that return ExpDecayFunction Modifier and Type Method Description ExpDecayFunctionScoreFunctionFactory. createExpDecayFunction()Create an ExpDecayFunction which boosts content relevancy by recency of modification.
-