From ce98341d758b505e313b567bbd45232d5ed8ff3e Mon Sep 17 00:00:00 2001 From: Ugo Sangiorgi Date: Thu, 7 Dec 2023 04:55:41 -0500 Subject: [PATCH] Update rrf.asciidoc (#103078) typo (cherry picked from commit 851cab63eb45f9509f6bd7f214117956ed2a8838) --- docs/reference/search/rrf.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/rrf.asciidoc b/docs/reference/search/rrf.asciidoc index ef772ed4c0402..b162083ebb926 100644 --- a/docs/reference/search/rrf.asciidoc +++ b/docs/reference/search/rrf.asciidoc @@ -51,7 +51,7 @@ equal to `1`. Defaults to `60`. `window_size`:: (Optional, integer) 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 <. +ranked result set is pruned down to the search request's <>. `window_size` must be greater than or equal to `size` and greater than or equal to `1`. Defaults to `100`.