FunctionScoreQueryBuilder |
FunctionScoreQueryBuilder.boostMode(CombineFunction combineFunction) |
Boost mode defines how the combined result of score functions will influence the final score together with the sub query score.
|
static FunctionScoreQueryBuilder |
FunctionScoreQueryBuilder.fromXContent(XContentParser parser) |
|
FunctionScoreQueryBuilder |
FunctionScoreQueryBuilder.maxBoost(float maxBoost) |
Sets the maximum boost that will be applied by function score.
|
FunctionScoreQueryBuilder |
FunctionScoreQueryBuilder.scoreMode(FunctionScoreQuery.ScoreMode scoreMode) |
Score mode defines how results of individual score functions will be aggregated.
|
FunctionScoreQueryBuilder |
FunctionScoreQueryBuilder.setMinScore(float minScore) |
|