Browse Source

Update rrf.asciidoc (#103078) (#103109)

typo

(cherry picked from commit 851cab63eb45f9509f6bd7f214117956ed2a8838)

Co-authored-by: Ugo Sangiorgi <ugo.sangiorgi@elastic.co>
Abdon Pijpelink 1 year ago
parent
commit
6b60a53732
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/rrf.asciidoc

+ 1 - 1
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 <<search-size-param, size>.
+ranked result set is pruned down to the search request's <<search-size-param, size>>.
 `window_size` must be greater than or equal to `size` and greater than or equal to `1`.
 Defaults to `100`.