Uses of Class
com.atlassian.confluence.search.v2.score.GaussDecayFunction
Packages that use GaussDecayFunction
Package
Description
This package provides search engine agnostic primitives required to construct
FunctionScoreQuery
.-
Uses of GaussDecayFunction in com.atlassian.confluence.impl.search.v2.score
Methods in com.atlassian.confluence.impl.search.v2.score that return GaussDecayFunctionModifier and TypeMethodDescriptionDefaultScoreFunctionFactory.createGaussianDecayFunction()
Deprecated, for removal: This API element is subject to removal in a future version.OpenSearchScoreFunctionFactory.createGaussianDecayFunction()
-
Uses of GaussDecayFunction in com.atlassian.confluence.search.v2.score
Methods in com.atlassian.confluence.search.v2.score that return GaussDecayFunctionModifier and TypeMethodDescriptionScoreFunctionFactory.createGaussianDecayFunction()
Create a GaussDecayFunction which boosts content relevancy by recency of modification.