You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Type Queryedit
Filters documents matching the provided document / mapping type.
GET /_search { "query": { "type" : { "value" : "my_type" } } }