New

The executive guide to generative AI

Read more

Query

edit

The query element within the search request body allows to define a query using the Query DSL.

{
    "query" : {
        "term" : { "user" : "kimchy" }
    }
}
Was this helpful?
Feedback