We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cade257 commit f21977bCopy full SHA for f21977b
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