From 6740d1377083aa77af16dcafb8939e32b292c9af Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:22:53 +0100 Subject: [PATCH] [DOCS] Use explicit link text in query rules retriever (#116389) (cherry picked from commit c42b1ef95aca144e40c1ddb032c9e963957ff10e) --- docs/reference/search/retriever.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/retriever.asciidoc b/docs/reference/search/retriever.asciidoc index 74497c53c602c..0da75ac30d2dd 100644 --- a/docs/reference/search/retriever.asciidoc +++ b/docs/reference/search/retriever.asciidoc @@ -554,8 +554,8 @@ It then re-ranks the results based on semantic similarity to the text in the `in [[rule-retriever]] ==== Query Rules Retriever -The `rule` retriever enables fine-grained control over search results by applying contextual <> to pin or exclude documents for specific queries. -This retriever has similar functionality to the <>, but works out of the box with other retrievers. +The `rule` retriever enables fine-grained control over search results by applying contextual <> to pin or exclude documents for specific queries. +This retriever has similar functionality to the <>, but works out of the box with other retrievers. ===== Prerequisites