elastic / rally-tracks

Track specifications for the Elasticsearch benchmarking tool Rally
19 stars 181 forks source link

Deprecated geo_polygon field in geopoint #558

Closed ebadyano closed 3 months ago

ebadyano commented 8 months ago

when running geopoint append-no-conflicts challnege we get an deprecation warning:

Deprecated field [geo_polygon] used, replaced by [[geo_shape] query where polygons are defined in geojson or wkt]
ebadyano commented 8 months ago

@elastic/es-analytics-geo not sure if you want to replace this?

iverase commented 8 months ago

Yes, we should replace it with a geo_shape query.

craigtaverner commented 3 months ago

This was fixed by #602