diff --git a/docs/reference/query-dsl/queries/query-string-syntax.asciidoc b/docs/reference/query-dsl/queries/query-string-syntax.asciidoc index 8fdc5ef59ca..2eaa66a9076 100644 --- a/docs/reference/query-dsl/queries/query-string-syntax.asciidoc +++ b/docs/reference/query-dsl/queries/query-string-syntax.asciidoc @@ -3,7 +3,7 @@ ==== Query string syntax The query string ``mini-language'' is used by the -<> and <>, by the +<> and by the `q` query string parameter in the <>. The query string is parsed into a series of _terms_ and _operators_. A diff --git a/docs/reference/search/request/rescore.asciidoc b/docs/reference/search/request/rescore.asciidoc index 62d1d29ab44..563da4c0143 100644 --- a/docs/reference/search/request/rescore.asciidoc +++ b/docs/reference/search/request/rescore.asciidoc @@ -4,7 +4,7 @@ Rescoring can help to improve precision by reordering just the top (eg 100 - 500) documents returned by the <> and -<> phases, using a +<> phases, using a secondary (usually more costly) algorithm, instead of applying the costly algorithm to all documents in the index. @@ -23,7 +23,7 @@ to `scan` or `count`. The query rescorer executes a second query only on the Top-K results returned by the <> and -<> phases. The +<> phases. The number of docs which will be examined on each shard can be controlled by the `window_size` parameter, which defaults to <>.