浏览代码

[DOCS] Reword `type` query deprecation note for Asciidoctor migration (#41595)

James Rodewig 6 年之前
父节点
当前提交
7639e6a398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/type-query.asciidoc

+ 1 - 1
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 <<removal-of-types>>.]
+deprecated[7.0.0,Types and the `type` query are deprecated and in the process of being removed. See <<removal-of-types>>.]
 
 Filters documents matching the provided document / mapping type.