diff --git a/docs/reference/query-dsl/query-string-query.asciidoc b/docs/reference/query-dsl/query-string-query.asciidoc index b45247ace3735..4cb32a5e94110 100644 --- a/docs/reference/query-dsl/query-string-query.asciidoc +++ b/docs/reference/query-dsl/query-string-query.asciidoc @@ -94,6 +94,9 @@ as the first character of the query string. Defaults to `true`. `analyze_wildcard`:: (Optional, Boolean) If `true`, the query attempts to analyze wildcard terms in the query string. Defaults to `false`. +Note that, in case of `true`, only queries that end with a `*` +are fully analyzed. Queries that start with `*` or have it in the middle +are only <>. `analyzer`:: (Optional, string) <> used to convert text in the diff --git a/docs/reference/query-dsl/simple-query-string-query.asciidoc b/docs/reference/query-dsl/simple-query-string-query.asciidoc index 7927f36367dac..3b7b28d176a68 100644 --- a/docs/reference/query-dsl/simple-query-string-query.asciidoc +++ b/docs/reference/query-dsl/simple-query-string-query.asciidoc @@ -78,6 +78,9 @@ AND of AND Hungary`. `analyze_wildcard`:: (Optional, Boolean) If `true`, the query attempts to analyze wildcard terms in the query string. Defaults to `false`. +Note that, in case of `true`, only queries that end with a `*` +are fully analyzed. Queries that start with `*` or have it in the middle +are only <>. `analyzer`:: (Optional, string) <> used to convert text in the