Type Query

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.

  1. GET /_search
  2. {
  3. "query": {
  4. "type": {
  5. "value": "_doc"
  6. }
  7. }
  8. }