From 7639e6a39862cc49bb34c8d20b1bbe22424c9c6e Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 1 May 2019 09:28:12 -0400 Subject: [PATCH] [DOCS] Reword `type` query deprecation note for Asciidoctor migration (#41595) --- docs/reference/query-dsl/type-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/type-query.asciidoc b/docs/reference/query-dsl/type-query.asciidoc index 9825c68c74f73..4364d1e14e90d 100644 --- a/docs/reference/query-dsl/type-query.asciidoc +++ b/docs/reference/query-dsl/type-query.asciidoc @@ -1,7 +1,7 @@ [[query-dsl-type-query]] === Type Query -deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see <>.] +deprecated[7.0.0,Types and the `type` query are deprecated and in the process of being removed. See <>.] Filters documents matching the provided document / mapping type.