We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0209582 commit d646fc4Copy full SHA for d646fc4
docs/reference/search/request/rescore.asciidoc
@@ -29,8 +29,7 @@ The query rescorer executes a second query only on the Top-K results
29
returned by the <<search-request-query,`query`>> and
30
<<search-request-post-filter,`post_filter`>> phases. The
31
number of docs which will be examined on each shard can be controlled by
32
-the `window_size` parameter, which defaults to
33
-<<search-request-from-size,`from` and `size`>>.
+the `window_size` parameter, which defaults to 10.
34
35
By default the scores from the original query and the rescore query are
36
combined linearly to produce the final `_score` for each document. The
0 commit comments