From b1ddf79cf4840f38a2935d4b1496b0ac969ad0ee Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Tue, 17 Dec 2024 20:54:44 +0000 Subject: [PATCH] fix wrong link in docs --- docs/reference/search/retriever.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/search/retriever.asciidoc b/docs/reference/search/retriever.asciidoc index 0c3d22933ed7a..175173935bff1 100644 --- a/docs/reference/search/retriever.asciidoc +++ b/docs/reference/search/retriever.asciidoc @@ -23,7 +23,7 @@ A <> that replaces the functionality of a traditi A <> that replaces the functionality of a <>. `rescorer`:: -A <> that replaces the functionality of the <>. +A <> that replaces the functionality of the <>. `rrf`:: A <> that produces top documents from <>. @@ -394,9 +394,9 @@ When using the `rescorer`, an error is returned if the following conditions are ===== Parameters `rescore`:: -(Required. <>) +(Required. <>) + -Defines the <> applied sequentially to the top documents returned by the child retriever. +Defines the <> applied sequentially to the top documents returned by the child retriever. `retriever`:: (Required. <>)