From 3e76cd50c660e555224cada51ecb25bad6e23436 Mon Sep 17 00:00:00 2001 From: Michail Romaios Date: Wed, 9 Jul 2025 16:57:31 +0200 Subject: [PATCH 1/2] docs: update rrf retriever default rank_window_size --- docs/reference/rest-api/common-parms.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 162e486158a95..232919fcc26a7 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -1337,7 +1337,7 @@ This value determines the size of the individual result sets per query. A higher value will improve result relevance at the cost of performance. The final ranked result set is pruned down to the search request's <>. `rank_window_size` must be greater than or equal to `size` and greater than or equal to `1`. -Defaults to the `size` parameter. +Defaults to the 10. end::compound-retriever-rank-window-size[] tag::compound-retriever-filter[] From fbb56a01c51b0cc53ef11effab94bbb53d54714a Mon Sep 17 00:00:00 2001 From: Michail Romaios Date: Wed, 9 Jul 2025 17:05:25 +0200 Subject: [PATCH 2/2] remove the --- docs/reference/rest-api/common-parms.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 232919fcc26a7..bc5f7b348d503 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -1337,7 +1337,7 @@ This value determines the size of the individual result sets per query. A higher value will improve result relevance at the cost of performance. The final ranked result set is pruned down to the search request's <>. `rank_window_size` must be greater than or equal to `size` and greater than or equal to `1`. -Defaults to the 10. +Defaults to 10. end::compound-retriever-rank-window-size[] tag::compound-retriever-filter[]