I tried the filter on the match_all and it doesn't seem to find the results.

DELETE /my_index/pages/_search
{
  "filtered": {
    "match_all": {},
    "filter": {
      "missing": {
        "field": "sentences",
        "existence": true,
        "null_value": true
      }
    }
  }
}

-- 
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/b9944c98-88c0-41f8-9dfa-fd268353caad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to