We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b75c4e commit 06fabe6Copy full SHA for 06fabe6
docs/reference/search/request/rescore.asciidoc
@@ -15,8 +15,8 @@ Currently the rescore API has only one implementation: the query
15
rescorer, which uses a query to tweak the scoring. In the future,
16
alternative rescorers may be made available, for example, a pair-wise rescorer.
17
18
-NOTE: An error will be thrown if an explicit <<search-request-sort,`sort`>> (other than `_score`)
19
-is provided with a `rescore` query.
+NOTE: An error will be thrown if an explicit <<search-request-sort,`sort`>>
+(other than `_score` in descending order) is provided with a `rescore` query.
20
21
NOTE: when exposing pagination to your users, you should not change
22
`window_size` as you step through each page (by passing different
0 commit comments