Hello all, Just installed es-1.5.0 with cloud-aws-2.5.0 on a machine. Did a restore of a snapshot made with es-1.4.1. All documents are there, but the exists filter seems broken. The query that used to return all documents matching, now return 0 documents, even though the field exists when reading the documents.
curl -XGET "http://localhost:9200/my_own_index/document/_search <http://carter:9200/skyfish_v2/document/_search>" -d' { "query": { "constant_score": { "filter": { "exists": { "field": "history" } } } } }' If we populate new documents, then the exists filter works just fine. Regards, Mads Martin -- 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/4d7d4080-c997-412e-85cd-04d7aeda0e27%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
