Is it possible to index rest web services using Elasticsearch?

Hi,

Is there a way to index rest web service (lets say that web service gives
some list of XML objects)..?

I am having a requirement to index the list of product details which will
be returned from a web service.

Any suggestions will be helpful to me.

Thanks,
Srinivas

--
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/e978ee20-f6b3-45ca-bac3-f045477b22e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I think in that case you will need a layer that parses and pushes data to
the elasticsearch index. Elasticsearch is a one purpose thing: index and
search :slight_smile:

On Thursday, July 24, 2014 7:24:17 PM UTC+1, Srinivas Venuvanka wrote:

Hi,

Is there a way to index rest web service (lets say that web service gives
some list of XML objects)..?

I am having a requirement to index the list of product details which will
be returned from a web service.

Any suggestions will be helpful to me.

Thanks,
Srinivas

--
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/2796fa51-31ac-4b8e-b58a-8cf5f48bb1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Srinivas, are u able to design the solution? i am also need to implement the similar scenario hence seeking information from u..