New

The executive guide to generative AI

Read more

Type Query

edit

Filters documents matching the provided document / mapping type.

GET /_search
{
    "query": {
        "type" : {
            "value" : "my_type"
        }
    }
}
Was this helpful?
Feedback