Skip to content

Commit d646fc4

Browse files
author
Christoph Büscher
committed
[Docs] Correct default window_size (#31582)
1 parent 0209582 commit d646fc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/search/request/rescore.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ The query rescorer executes a second query only on the Top-K results
2929
returned by the <<search-request-query,`query`>> and
3030
<<search-request-post-filter,`post_filter`>> phases. The
3131
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`>>.
32+
the `window_size` parameter, which defaults to 10.
3433

3534
By default the scores from the original query and the rescore query are
3635
combined linearly to produce the final `_score` for each document. The

0 commit comments

Comments
 (0)