| Package | Description |
|---|---|
| com.atlassian.confluence.search.v2.query | |
| com.atlassian.confluence.search.v2.score |
This package provides search engine agnostic primitives required to construct
FunctionScoreQuery. |
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
FunctionScoreQuery.getFunction() |
| Constructor and Description |
|---|
FunctionScoreQuery(SearchQuery wrappedQuery,
ScoreFunction function,
FunctionScoreQuery.BoostMode boostMode) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposableScoreFunction
Marker interface for a function that can be composed by e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageScoreFunction
Scores of component functions are averaged according to
weights. |
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 |
MaxScoreFunction
Maximum score of component functions is used.
|
class |
MinScoreFunction
Minimum score of component functions is used.
|
class |
MultiplyScoreFunction
Scores of component functions are multiplied.
|
class |
StaircaseFunction
Staircase decay function applied to a field value.
|
class |
SumScoreFunction
Scores of component functions are summed.
|
Copyright © 2003–2020 Atlassian. All rights reserved.