Files
elasticsearch-js/docs/reference/api/SearchRescoreQuery.md
2025-05-27 15:30:21 -05:00

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.