Skip to content

Commit 01e9388

Browse files
authored
[8.16] Indicate that rescore isn't allowed with retrievers, yet (#118019) (#118023)
Backports the following commits to 8.16: - Indicate that rescore isn't allowed with retrievers, yet (#118019)
1 parent ff4531d commit 01e9388

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
@@ -534,11 +534,11 @@ clauses in a <<query-dsl-bool-query, boolean query>>.
534534

535535
==== Restrictions on search parameters when specifying a retriever
536536

537-
When a retriever is specified as part of a search the following elements are not allowed
538-
at the top-level and instead are only allowed as elements of specific retrievers:
537+
When a retriever is specified as part of a search, the following elements are not allowed at the top-level:
539538

540539
* <<request-body-search-query, `query`>>
541540
* <<search-api-knn, `knn`>>
542541
* <<search-after, `search_after`>>
543542
* <<request-body-search-terminate-after, `terminate_after`>>
544-
* <<search-sort-param, `sort`>>
543+
* <<search-sort-param, `sort`>>
544+
* <<rescore, `rescore`>>

0 commit comments

Comments
 (0)