Browse Source

[DOCS] Fixed some bad link refs

Clinton Gormley 12 years ago
parent
commit
34b9b16233

+ 1 - 1
docs/reference/query-dsl/queries/query-string-syntax.asciidoc

@@ -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

+ 2 - 2
docs/reference/search/request/rescore.asciidoc

@@ -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`>>.