[DOCS] Fixed some bad link refs
This commit is contained in:
parent
23d2b1ea7b
commit
34b9b16233
|
@ -3,7 +3,7 @@
|
||||||
==== Query string syntax
|
==== Query string syntax
|
||||||
|
|
||||||
The query string ``mini-language'' is used by the
|
The query string ``mini-language'' is used by the
|
||||||
<<query-dsl-query-string-query>> and <<query-dsl-field-query>>, by the
|
<<query-dsl-query-string-query>> and by the
|
||||||
`q` query string parameter in the <<search-search,`search` API>>.
|
`q` query string parameter in the <<search-search,`search` API>>.
|
||||||
|
|
||||||
The query string is parsed into a series of _terms_ and _operators_. A
|
The query string is parsed into a series of _terms_ and _operators_. A
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
Rescoring can help to improve precision by reordering just the top (eg
|
Rescoring can help to improve precision by reordering just the top (eg
|
||||||
100 - 500) documents returned by the
|
100 - 500) documents returned by the
|
||||||
<<search-request-query,`query`>> and
|
<<search-request-query,`query`>> and
|
||||||
<<search-request-filter,`filter`>> phases, using a
|
<<search-request-post-filter,`post_filter`>> phases, using a
|
||||||
secondary (usually more costly) algorithm, instead of applying the
|
secondary (usually more costly) algorithm, instead of applying the
|
||||||
costly algorithm to all documents in the index.
|
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
|
The query rescorer executes a second query only on the Top-K results
|
||||||
returned by the <<search-request-query,`query`>> and
|
returned by the <<search-request-query,`query`>> and
|
||||||
<<search-request-filter,`filter`>> phases. The
|
<<search-request-post-filter,`post_filter`>> phases. The
|
||||||
number of docs which will be examined on each shard can be controlled by
|
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
|
||||||
<<search-request-from-size,`from` and `size`>>.
|
<<search-request-from-size,`from` and `size`>>.
|
||||||
|
|
Loading…
Reference in New Issue