Hi, I just tried to upgrade from elasticsearch 6.2.3 to elasticsearch 6.6.0.
After upgrade i find that i get no hits of older documents when using geo_shape query.
I get a match for documents created after upgrade.
The index is still version 6.2.3. And the shape is mapped with:
"shape" : {
"type" : "geo_shape",
"tree_levels" : 9,
"points_only" : true
}
I've tried many different geo_shape queries but no one seems to get a hit. And there's no error in my elasticsearch log.
I realize that one solution would be to reindex all indices but can't afford the downtime it would require in production.
Looks like a bug to me.
BR
Øystein
