Skip to content

Commit

Permalink
fix wrong link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 17, 2024
1 parent 80c0bae commit b1ddf79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/search/retriever.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A <<standard-retriever, retriever>> that replaces the functionality of a traditi
A <<knn-retriever, retriever>> that replaces the functionality of a <<search-api-knn, knn search>>.

`rescorer`::
A <<rescorer-retriever, retriever>> that replaces the functionality of the <<query-rescorer, query rescorer>>.
A <<rescorer-retriever, retriever>> that replaces the functionality of the <<rescore, query rescorer>>.

`rrf`::
A <<rrf-retriever, retriever>> that produces top documents from <<rrf, reciprocal rank fusion (RRF)>>.
Expand Down Expand Up @@ -394,9 +394,9 @@ When using the `rescorer`, an error is returned if the following conditions are
===== Parameters

`rescore`::
(Required. <<query-rescorer, A rescorer definition or an array of rescorer definitions>>)
(Required. <<rescore, A rescorer definition or an array of rescorer definitions>>)
+
Defines the <<query-rescorer, rescorers>> applied sequentially to the top documents returned by the child retriever.
Defines the <<rescore, rescorers>> applied sequentially to the top documents returned by the child retriever.

`retriever`::
(Required. <<retriever, retriever>>)
Expand Down

0 comments on commit b1ddf79

Please sign in to comment.