I want to run the elasticsearch in eclipse

HI All,

I am trying to access the elasticsearch using the eclipse Luna, i have eclipse installed in my computer running on the port.
How to configure the transport client in yml file
what are all the basic setup i must do in eclipse, and how can i test this scenario.

What do you want tout do with your Eclipse ? Maybe you can develop a short program and Run it, but afaik eclipse cannot "connect" to Elasticsearch.

Thanks for the response,

I am trying to get the data from elasticsearch using java program.

How can i configure the transport client (configuration at yml file and eclipse configuration).

Please help me out on this.

You don't need any yml configuration file or anything like that.

Just follow the guide: https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html

Thanks very much its working now.

glad for the quick response

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.