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 GaussDecayFunctionDefaultScoreFunctionFactory. 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 GaussDecayFunctionScoreFunctionFactory. createGaussianDecayFunction()Create a GaussDecayFunction which boosts content relevancy by recency of modification.
-