[DOCS] Fixed some bad link refs

This commit is contained in:
Clinton Gormley 2013-12-16 18:07:33 +01:00
parent 23d2b1ea7b
commit 34b9b16233
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
==== Query string syntax
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>>.
The query string is parsed into a series of _terms_ and _operators_. A

View File

@ -4,7 +4,7 @@
Rescoring can help to improve precision by reordering just the top (eg
100 - 500) documents returned by the
<<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
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 <<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
the `window_size` parameter, which defaults to
<<search-request-from-size,`from` and `size`>>.