type-query.asciidoc 278 B

12345678910111213
  1. [[query-dsl-type-query]]
  2. === Type Query
  3. Filters documents matching the provided document / mapping type.
  4. [source,js]
  5. --------------------------------------------------
  6. {
  7. "type" : {
  8. "value" : "my_type"
  9. }
  10. }
  11. --------------------------------------------------