From d1945975014c308bd30c941b99fceb8df298f60e Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:41:41 -0500 Subject: [PATCH] add include_named_queries_score to docs (#6306) Signed-off-by: Dharin Shah Co-authored-by: Dharin Shah --- _api-reference/search.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_api-reference/search.md b/_api-reference/search.md index b23929af..81a1bae5 100644 --- a/_api-reference/search.md +++ b/_api-reference/search.md @@ -86,6 +86,7 @@ track_scores | Boolean | Whether to return document scores. Default is false. track_total_hits | Boolean or Integer | Whether to return how many documents matched the query. typed_keys | Boolean | Whether returned aggregations and suggested terms should include their types in the response. Default is true. version | Boolean | Whether to include the document version as a match. +include_named_queries_score | Boolean | Whether to return scores with named queries. Default is false. ### The `preference` query parameter