Uses of Interface
com.atlassian.confluence.search.v2.score.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
Modifier 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
Modifier 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
.Modifier and TypeMethodDescriptionExpDecayFunction.getSource()
FieldValueFactorFunction.getSource()
GaussDecayFunction.getSource()
LinearDecayFunction.getSource()
ModifierConstructorDescriptionExpDecayFunction
(FieldValueSource source, DecayParameters parameters) FieldValueFactorFunction
(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier) GaussDecayFunction
(FieldValueSource source, DecayParameters parameters) LinearDecayFunction
(FieldValueSource source, DecayParameters parameters)