Skip to content

Commit b1ddf79

Browse files
committed
fix wrong link in docs
1 parent 80c0bae commit b1ddf79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/search/retriever.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A <<standard-retriever, retriever>> that replaces the functionality of a traditi
2323
A <<knn-retriever, retriever>> that replaces the functionality of a <<search-api-knn, knn search>>.
2424

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

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

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

401401
`retriever`::
402402
(Required. <<retriever, retriever>>)

0 commit comments

Comments
 (0)