原文地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/query-dsl-type-query.html, 原文档版权归 www.elastic.co 所有
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Type Queryedit
Deprecated in 7.0.0.
Types and the type
query are deprecated and in the process of being removed. See Removal of mapping types.
Filters documents matching the provided document / mapping type.
GET /_search { "query": { "type" : { "value" : "_doc" } } }