| 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 |
ExpDecayFunction
Exponential decay function applied to a field value.
|
class |
FieldValueFactorFunction |
class |
GaussDecayFunction
Gaussian decay function applied to a field value.
|
class |
LinearDecayFunction
Linear decay function applied to a field value.
|
class |
StaircaseFunction
Staircase decay function applied to a field value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComposableScoreFunction> |
SumScoreFunction.getFunctions() |
List<ComposableScoreFunction> |
MaxScoreFunction.getFunctions() |
List<ComposableScoreFunction> |
MinScoreFunction.getFunctions() |
List<ComposableScoreFunction> |
AverageScoreFunction.getFunctions() |
List<ComposableScoreFunction> |
MultiplyScoreFunction.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
AverageScoreFunction.Builder |
AverageScoreFunction.Builder.add(ComposableScoreFunction function,
double weight) |
Copyright © 2003–2021 Atlassian. All rights reserved.