benashford / rs-es

A Rust client for the ElasticSearch REST API
Apache License 2.0
217 stars 44 forks source link

improve geo_shape queries by using geojson crate #130

Closed kinnou02 closed 5 years ago

kinnou02 commented 5 years ago

This requires to enable the feature geo. The geo feature add a dependency to geojson. I didn't remove the previous implementation of Shape so there is no API breakage, we may want to mark it deprecated or remove it, let me know if you want me to update it.

close: #129

benashford commented 5 years ago

Looks good to me, I'll give it a full test and merge it later 👍

benashford commented 5 years ago

This has now been published as 0.11.2

Thanks for the change!

kinnou02 commented 5 years ago

Thanks