[DOCS] Fix deprecation notification (#40980)

This commit is contained in:
Lisa Cawley 2019-04-08 11:36:29 -07:00 committed by lcawl
parent 5990c54801
commit efe45011a5
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
[[java-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 {ref}/removal-of-types.html[Removal of mapping types].]
deprecated[7.0.0]
Types are being removed, prefer filtering on a field instead. For
more information, see {ref}/removal-of-types.html[Removal of mapping types].
See {ref}/query-dsl-type-query.html[Type Query]