Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/search/retriever.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ 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 <<query-rules>> to pin or exclude documents for specific queries.
The `rule` retriever enables fine-grained control over search results by applying contextual <<query-rules,query rules>> to pin or exclude documents for specific queries.
This retriever has similar functionality to the <<query-dsl-rule-query>>, but works out of the box with other retrievers.

===== Prerequisites
Expand Down
Loading