Class FieldValueFactorFunction
- java.lang.Object
-
- com.atlassian.confluence.search.v2.score.FieldValueFactorFunction
-
- All Implemented Interfaces:
ComposableScoreFunction
,ScoreFunction
public final class FieldValueFactorFunction extends Object implements ComposableScoreFunction
- Since:
- 7.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldValueFactorFunction.Modifier
The Type class encapsulates the modification types that can be applied to the score/value product.
-
Constructor Summary
Constructors Constructor Description FieldValueFactorFunction(FieldValueSource source)
FieldValueFactorFunction(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFactor()
FieldValueFactorFunction.Modifier
getModifier()
FieldValueSource
getSource()
-
-
-
Constructor Detail
-
FieldValueFactorFunction
public FieldValueFactorFunction(FieldValueSource source)
-
FieldValueFactorFunction
public FieldValueFactorFunction(FieldValueSource source, double factor, FieldValueFactorFunction.Modifier modifier)
-
-
Method Detail
-
getFactor
public double getFactor()
-
getModifier
public FieldValueFactorFunction.Modifier getModifier()
-
getSource
public FieldValueSource getSource()
-
-