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 classDocValuesFieldValueSourceRepresents binary doc values field its value is of typebyte[].classDoubleFieldValueSourceRepresents field its value is of typedouble.classFloatFieldValueSourceRepresents field its value is of typefloat.classIntFieldValueSourceRepresents field its value is of typeint.classLongFieldValueSourceRepresents field its value is of typelong.Methods in com.atlassian.confluence.search.v2.score that return FieldValueSource Modifier and Type Method Description FieldValueSourceExpDecayFunction. getSource()FieldValueSourceFieldValueFactorFunction. getSource()FieldValueSourceGaussDecayFunction. getSource()FieldValueSourceLinearDecayFunction. getSource()@NonNull FieldValueSourceStaircaseFunction. getSource()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)
-