Uses of Interface
com.atlassian.confluence.search.v2.score.FieldValueSource
Packages that use FieldValueSource
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.This package provides search engine agnostic primitives required to construct
FunctionScoreQuery
.-
Uses of FieldValueSource in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement FieldValueSourceModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7, not supported on OpenSearch. -
Uses of FieldValueSource in com.atlassian.confluence.search.v2.score
Classes in com.atlassian.confluence.search.v2.score that implement FieldValueSourceModifier and TypeClassDescriptionfinal class
Represents field its value is of typedouble
.final class
Represents field its value is of typefloat
.final class
Represents field its value is of typeint
.final class
Represents field its value is of typelong
.Methods in com.atlassian.confluence.search.v2.score that return FieldValueSourceModifier and TypeMethodDescriptionExpDecayFunction.getSource()
FieldValueFactorFunction.getSource()
GaussDecayFunction.getSource()
LinearDecayFunction.getSource()
Constructors in com.atlassian.confluence.search.v2.score with parameters of type FieldValueSourceModifierConstructorDescriptionExpDecayFunction
(FieldValueSource source, DecayParameters parameters) FieldValueFactorFunction
(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier) GaussDecayFunction
(FieldValueSource source, DecayParameters parameters) LinearDecayFunction
(FieldValueSource source, DecayParameters parameters)