Skip to content

Commit 5ef7d93

Browse files
committed
Indicate that rescore isn't allowed with retrievers, yet (#118019)
1 parent 4254ca3 commit 5ef7d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/retriever.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,11 +765,11 @@ clauses in a <<query-dsl-bool-query, boolean query>>.
765765
[[retriever-restrictions]]
766766
==== Restrictions on search parameters when specifying a retriever
767767

768-
When a retriever is specified as part of a search, the following elements are not allowed at the top-level.
769-
Instead they are only allowed as elements of specific retrievers:
768+
When a retriever is specified as part of a search, the following elements are not allowed at the top-level:
770769

771770
* <<request-body-search-query, `query`>>
772771
* <<search-api-knn, `knn`>>
773772
* <<search-after, `search_after`>>
774773
* <<request-body-search-terminate-after, `terminate_after`>>
775774
* <<search-sort-param, `sort`>>
775+
* <<rescore, `rescore`>>

0 commit comments

Comments
 (0)