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