Skip to content
kimchy edited this page Feb 5, 2011 · 1 revision

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

{
    "query" : {
        "term" : { "user" : "kimchy" }
    }
}
Clone this wiki locally