mstein / elasticsearch-grails-plugin

ElasticSearch grails plugin
Based on Graeme Rocher initial stub. Note that it is still in early stage.
Other
62 stars 164 forks source link

geo_point and geo_distance #8

Closed gmaiztegi closed 13 years ago

gmaiztegi commented 13 years ago

Hi there, I'm trying to use the geo_point type and the geo_distance filter for geospatial queries but I don't see anything regarding this in the docs. Is there any guide that could help me with this? Thank you in advance.

mstein commented 13 years ago

Hi, the plugin doesn't provide any conveniences methods for geo location currently. You may want to use the low lvl API to do what you want until we add this in the plugin (I've added a task for that on the project tracker). See the ElasticSearch documentation on their website for more info on the API.

gmaiztegi commented 13 years ago

Ok, I'll try to work with the API. Thanks for your work.