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.
|
FiltersFunctionScoreQuery |
A query that allows for a pluggable boost function / filter.
|
FiltersFunctionScoreQuery.FilterFunction | |
FunctionScoreQuery |
A query that allows for a pluggable boost function to be applied to it.
|
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.
|
FiltersFunctionScoreQuery.ScoreMode |