Open nknize opened 7 years ago
@nknize I made this and adoptme as it seems like something that we intend to do
Marking as team-discuss since we need to come up with new set of version numbers here since depreciation PRs didn't make it to the versions that we originally anticipated.
Discussed in A&G meeting, we're going to bump the deprecation to 7.0+ and remove fully in 8.0. It's not a huge burden to maintain, and at this point the deprecation warning in 6.6+ wouldn't give users enough time to migrate.
We'll find some owners for the existing PRs and get them moving again.
@iverase is _geo_distance
supposed to be supported as a nested sort
at this stage (geo_point
not geo_shape
)? I have a related failing test in https://github.com/elastic/elasticsearch/pull/39425 on that one & I have doubts whether the intention was to implement that functionality here
Pinging @elastic/es-analytical-engine (Team:Analytics)
This is a follow up to #19846 for deprecating (5.x) and removing (6.0) the
distance_type
parameter from thegeo_distance
query dsl. The idea is to provide a single implementation that is consistent with how Lucene'sLatLonPoint
computes distances.