The query element within the search request body allows to define a query using the Query DSL.
{
"query" : {
"term" : { "user" : "kimchy" }
}
}
The query element within the search request body allows to define a query using the Query DSL.
{
"query" : {
"term" : { "user" : "kimchy" }
}
}