diff --git a/docs/reference/query-dsl/has-parent-query.asciidoc b/docs/reference/query-dsl/has-parent-query.asciidoc index ba31069fad9..e2b8ee0f644 100644 --- a/docs/reference/query-dsl/has-parent-query.asciidoc +++ b/docs/reference/query-dsl/has-parent-query.asciidoc @@ -112,7 +112,7 @@ You can use this parameter to query multiple indices that may not contain the [[has-parent-query-performance]] ===== Sorting You cannot sort the results of a `has_parent` query using standard -<>. +<>. If you need to sort returned documents by a field in their parent documents, use a `function_score` query and sort by `_score`. For example, the following query diff --git a/docs/reference/search/request-body.asciidoc b/docs/reference/search/request-body.asciidoc index a94c8c1304e..a8b0885d1ac 100644 --- a/docs/reference/search/request-body.asciidoc +++ b/docs/reference/search/request-body.asciidoc @@ -58,7 +58,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=index] `ccs_minimize_roundtrips`:: (Optional, boolean) If `true`, the network round-trips between the coordinating node and the remote clusters ewill be minimized when executing - {ccs} requests. See <> for more. Defaults to `true`. + {ccs} requests. See <>. Defaults to `true`. include::{docdir}/rest-api/common-parms.asciidoc[tag=from] diff --git a/x-pack/docs/en/watcher/input/search.asciidoc b/x-pack/docs/en/watcher/input/search.asciidoc index 9533a450395..7abef248f37 100644 --- a/x-pack/docs/en/watcher/input/search.asciidoc +++ b/x-pack/docs/en/watcher/input/search.asciidoc @@ -163,7 +163,7 @@ accurately. |====== | Name |Required | Default | Description -| `request.search_type` | no | `query_then_fetch` | The <> +| `request.search_type` | no | `query_then_fetch` | The <> of search request to perform. Valid values are: `dfs_query_and_fetch`, `dfs_query_then_fetch`, `query_and_fetch`, and `query_then_fetch`. The Elasticsearch default is `query_then_fetch`.