1 - It sure does, have a search through the docs for geo http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index.html 2 - When you send data to ES it indexes it and is then available for search in near-realtime. 3 - That's what it's built for :)
Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: [email protected] web: www.campaignmonitor.com On 14 August 2014 22:05, Anuj Mehta <[email protected]> wrote: > Hi > > I am trying to implement a basic Geocoder where-in for any given address I > try to search for street, city, etc information from my database. > > I had following queries > > 1. Can I use Elastic Search as a DB to store and quickly retrieve > street, city, state, latitude, longitude etc info? > 2. As a requirement I want to dynamically change the data of this DB - > maybe add new data, delete existing, modify existing...Does ES supports > dynamic search? I mean if data changes at runtime then will ES searches on > this new data? > 3. Search performance will be highest priority. Will ES be a good in > this case? > > > Regards, > Anuj > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/472f1876-92c8-481b-94b0-b109fb461788%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/472f1876-92c8-481b-94b0-b109fb461788%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624YbKrdqe3TzCPHdV1R1yAPQQS-vh1bvTYTf6BTs_NnXjg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
