That means you have some documents in your index that is missing the "po" 
field. You should be able to run a query like this to find out:

{
  "query": {
    "filtered": {
      "filter": {
        "missing": {
          "field": "po"
        }
      }
    }
  }
}

-- 
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/2dfda36e-1a24-41d8-9bf2-80cff402090a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to