Re: how to enter multi valued geo_point attribute in elastic search

2014-12-30 Thread Nicholas Knize
Hello Abhimanyu, Below is a simple example for creating a geo_shape mapping and inserting a MultiPoint document. For further detail on inserting different geometry types be sure to have a look at http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-geo-shape-type.htm

how to enter multi valued geo_point attribute in elastic search

2014-12-29 Thread Abhimanyu Nagrath
Hi, I want to know the way to enter multi valued geo_point attribute in elastic search?at present i am using [{"lat":-40.2345,"lon":-30.2345},{"lat":-25.5678,"lon":-23.6789}] i am able to enter but i am not able see the data entry on elastic search UI and also not able to query.So please t