614 B
614 B
Interface SearchRescoreQuery
| Name | Type | Description |
|---|---|---|
query_weight |
double | Relative importance of the original query versus the rescore query. |
rescore_query_weight |
double | Relative importance of the rescore query versus the original query. |
rescore_query |
QueryDslQueryContainer | The query to use for rescoring. This query is only run on the Top-K results returned by the query and post_filter phases. |
score_mode |
SearchScoreMode | Determines how scores are combined. |