Uses of Class
com.atlassian.confluence.search.v2.score.FieldValueFactorFunction.Modifier
-
Packages that use FieldValueFactorFunction.Modifier Package Description com.atlassian.confluence.impl.search.v2.lucene.score com.atlassian.confluence.search.v2.score This package provides search engine agnostic primitives required to constructFunctionScoreQuery. -
-
Uses of FieldValueFactorFunction.Modifier in com.atlassian.confluence.impl.search.v2.lucene.score
Constructors in com.atlassian.confluence.impl.search.v2.lucene.score with parameters of type FieldValueFactorFunction.Modifier Constructor Description LuceneFactorScoreFunctionFactory(LuceneScoreFunctionFactory sourceFactory, double factor, FieldValueFactorFunction.Modifier modifier) -
Uses of FieldValueFactorFunction.Modifier in com.atlassian.confluence.search.v2.score
Methods in com.atlassian.confluence.search.v2.score that return FieldValueFactorFunction.Modifier Modifier and Type Method Description FieldValueFactorFunction.ModifierFieldValueFactorFunction. getModifier()static FieldValueFactorFunction.ModifierFieldValueFactorFunction.Modifier. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldValueFactorFunction.Modifier[]FieldValueFactorFunction.Modifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.score with parameters of type FieldValueFactorFunction.Modifier Constructor Description FieldValueFactorFunction(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier)
-