| Class | Description |
|---|---|
| FieldValueFactorFunction |
A function_score function that multiplies the score with the value of a
field from the document, optionally multiplying the field by a factor first,
and applying a modification (log, ln, sqrt, square, etc) afterwards.
|
| FunctionScoreQuery |
A query that allows for a pluggable boost function / filter.
|
| FunctionScoreQuery.FilterScoreFunction | |
| LeafScoreFunction |
Per-leaf
ScoreFunction. |
| RandomScoreFunction |
Pseudo randomly generate a score for each
LeafScoreFunction.score(int, float). |
| ScoreFunction | |
| ScriptScoreFunction | |
| WeightFactorFunction |
| Enum | Description |
|---|---|
| CombineFunction | |
| FieldValueFactorFunction.Modifier |
The Type class encapsulates the modification types that can be applied
to the score/value product.
|
| FunctionScoreQuery.ScoreMode |