Try putting filtered inside query, for example:

{
  "query": {
    "filtered": {
      "filter": {
        "match_all": {}
      }
    }
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/8c469a43-615f-4f13-a9af-e5fd68fd18e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to