| Package | Description |
|---|---|
| com.atlassian.confluence.search.v2.score |
This package provides search engine agnostic primitives required to construct
FunctionScoreQuery. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocValuesFieldValueSource
Represents binary doc values field its value is of type
byte[]. |
class |
DoubleFieldValueSource
Represents field its value is of type
double. |
class |
FloatFieldValueSource
Represents field its value is of type
float. |
class |
IntFieldValueSource
Represents field its value is of type
int. |
class |
LongFieldValueSource
Represents field its value is of type
long. |
| Modifier and Type | Method and Description |
|---|---|
FieldValueSource |
GaussDecayFunction.getSource() |
FieldValueSource |
FieldValueFactorFunction.getSource() |
FieldValueSource |
ExpDecayFunction.getSource() |
FieldValueSource |
LinearDecayFunction.getSource() |
FieldValueSource |
StaircaseFunction.getSource() |
| Constructor and 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(FieldValueSource source,
Map<? extends Number,? extends Number> staircases) |
Copyright © 2003–2021 Atlassian. All rights reserved.