Newbie Query : Can ES be used for searching spatial data

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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/472f1876-92c8-481b-94b0-b109fb461788%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

1 - It sure does, have a search through the docs for geo

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 :slight_smile:

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 14 August 2014 22:05, Anuj Mehta mehta.rulz@gmail.com 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 elasticsearch+unsubscribe@googlegroups.com.
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 elasticsearch+unsubscribe@googlegroups.com.
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.