Remove deprecation for geohash setter

This removes the deprecation for the geohash based setter to quickly fix the failure here: http://build-us-00.elastic.co/job/es_core_master_suse/3312 

Reintroducing postponed until related test in groovy module is fixed. Need to figure out what went wrong when I ran the build locally w/o failure before.
This commit is contained in:
Isabel Drost-Fromm 2016-02-02 13:09:34 +01:00
parent 51862ce5ae
commit b5a4e99344
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ public class GeoDistanceSortBuilder extends SortBuilder implements ToXContent, N
*
* Deprecated - please use points(GeoPoint... points) instead.
*/
@Deprecated
public GeoDistanceSortBuilder geohashes(String... geohashes) {
for (String geohash : geohashes) {
this.points.add(GeoPoint.fromGeohash(geohash));