Browse Source

Indicate that rescore isn't allowed with retrievers, yet (#118019) (#118022)

Benjamin Trent 10 months ago
parent
commit
ffea5a65fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/retriever.asciidoc

+ 2 - 2
docs/reference/search/retriever.asciidoc

@@ -765,11 +765,11 @@ clauses in a <<query-dsl-bool-query, boolean query>>.
 [[retriever-restrictions]]
 ==== Restrictions on search parameters when specifying a retriever
 
-When a retriever is specified as part of a search, the following elements are not allowed at the top-level.
-Instead they are only allowed as elements of specific retrievers:
+When a retriever is specified as part of a search, the following elements are not allowed at the top-level:
 
 * <<request-body-search-query, `query`>>
 * <<search-api-knn, `knn`>>
 * <<search-after, `search_after`>>
 * <<request-body-search-terminate-after, `terminate_after`>>
 * <<search-sort-param, `sort`>>
+* <<rescore, `rescore`>>