diff --git a/docs/reference/search/request/rescore.asciidoc b/docs/reference/search/request/rescore.asciidoc index 6e1bb2a9e6ce2..58d459a9456de 100644 --- a/docs/reference/search/request/rescore.asciidoc +++ b/docs/reference/search/request/rescore.asciidoc @@ -29,8 +29,7 @@ The query rescorer executes a second query only on the Top-K results returned by the <> and <> phases. The number of docs which will be examined on each shard can be controlled by -the `window_size` parameter, which defaults to -<>. +the `window_size` parameter, which defaults to 10. By default the scores from the original query and the rescore query are combined linearly to produce the final `_score` for each document. The