Uses of Interface
com.atlassian.confluence.search.v2.score.FieldValueSource
-
Packages that use FieldValueSource Package Description com.atlassian.confluence.search.v2.score This package provides search engine agnostic primitives required to constructFunctionScoreQuery
. -
-
Uses of FieldValueSource in com.atlassian.confluence.search.v2.score
Classes in com.atlassian.confluence.search.v2.score that implement FieldValueSource Modifier and Type Class Description class
DocValuesFieldValueSource
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7, not supported on OpenSearch.class
DoubleFieldValueSource
Represents field its value is of typedouble
.class
FloatFieldValueSource
Represents field its value is of typefloat
.class
IntFieldValueSource
Represents field its value is of typeint
.class
LongFieldValueSource
Represents field its value is of typelong
.Methods in com.atlassian.confluence.search.v2.score that return FieldValueSource Modifier and Type Method Description FieldValueSource
ExpDecayFunction. getSource()
FieldValueSource
FieldValueFactorFunction. getSource()
FieldValueSource
GaussDecayFunction. getSource()
FieldValueSource
LinearDecayFunction. getSource()
@NonNull FieldValueSource
StaircaseFunction. getSource()
Deprecated.Constructors in com.atlassian.confluence.search.v2.score with parameters of type FieldValueSource Constructor Description ExpDecayFunction(FieldValueSource source, DecayParameters parameters)
FieldValueFactorFunction(FieldValueSource source)
FieldValueFactorFunction(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier)
GaussDecayFunction(FieldValueSource source, DecayParameters parameters)
LinearDecayFunction(FieldValueSource source, DecayParameters parameters)
StaircaseFunction(@NonNull FieldValueSource source, @NonNull Map<? extends Number,? extends Number> staircases)
Deprecated.
-