elastic/elasticsearch

Deprecate and remove distance_type parameter from geo_distance query DSL

Open

#22914 opened on Feb 1, 2017

View on GitHub
 (5 comments) (0 reactions) (1 assignee)Java (76,700 stars) (25,882 forks)batch import
:Analytics/Geo>breaking>deprecationTeam:Analyticshelp wantedstalled

Description

This is a follow up to #19846 for deprecating (5.x) and removing (6.0) the distance_type parameter from the geo_distance query dsl. The idea is to provide a single implementation that is consistent with how Lucene's LatLonPoint computes distances.

Contributor guide