mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Add a deprecation warning in the type query documentation. (#34017)
This commit is contained in:
parent
6ec36b1273
commit
704d3e4c24
@ -1,6 +1,8 @@
|
||||
[[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 <<removal-of-types>>.]
|
||||
|
||||
See {ref}/query-dsl-type-query.html[Type Query]
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
|
@ -1,6 +1,8 @@
|
||||
[[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>>.]
|
||||
|
||||
Filters documents matching the provided document / mapping type.
|
||||
|
||||
[source,js]
|
||||
|
Loading…
x
Reference in New Issue
Block a user