Re: elasticsearch java interaction

2014-03-24 Thread Venu Krishna
: Concentrate you must ! :)) On Friday, March 14, 2014 1:47:02 PM UTC+1, Venu Krishna wrote: Hi, I am Y.Venu,i am totally new to this elasticsearch,now i am trying to communicate java elastisearch,i have gone through the elasticsearch java api's 1st i came across maven repositry

Re: elasticsearch java interaction

2014-03-24 Thread Venu Krishna
this must be 9300 . As master Yoda would say : Concentrate you must ! :)) On Friday, March 14, 2014 1:47:02 PM UTC+1, Venu Krishna wrote: Hi, I am Y.Venu,i am totally new to this elasticsearch,now i am trying to communicate java elastisearch,i have gone through the elasticsearch java

Re: elasticsearch java interaction

2014-03-21 Thread Venu Krishna
() + , ); } System.out.println(); this.client = (Client) transportClient; } On Thursday, March 20, 2014 2:51:50 PM UTC+1, Venu Krishna wrote: Actually this is my elasticsearch index http://localhost:9200/, as you told i have replaced 9200 with 9300 in the above code ,then i executed the application i

Re: elasticsearch java interaction

2014-03-20 Thread Venu Krishna
sure host1 and host2 are resolvable by adding entries to /etc/hosts ot wherever the file in on Windows On Friday, March 14, 2014 1:47:02 PM UTC+1, Venu Krishna wrote: Hi, I am Y.Venu,i am totally new to this elasticsearch,now i am trying to communicate java elastisearch,i have gone

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-20 Thread Venu Krishna
Hi Preeti Jain, i am venu,i am new to this technology i.e. elasticsearch,i am trying to do communicate between the java and elasticsearch like ccommuniccation between java and oracle,i am surfing for the examples but unable to get the required way.Can help to achieve the

Re: elasticsearch java interaction

2014-03-20 Thread Venu Krishna
the file in text editor Add following lines: 192.168.1.100 host1 192.168.1.101 host2 Make sure that 192.168.1.100/101 is the right IP address of the host1/host2 2014-03-20 8:35 GMT+01:00 Venu Krishna yvgk...@gmail.com javascript:: Hi Georgi Ivanov, yes,i am able to understand

Re: elasticsearch java interaction

2014-03-20 Thread Venu Krishna
: @dadoonet / @elasticsearchfr / @scrutmydocs Le 20 mars 2014 à 14:34, Venu Krishna yvgk...@gmail.com javascript: a écrit : Thankyou for the reply.I am not getting any errors,but i am not able to connect to my elasticsearch using java.Here my code. import java.net.InetSocketAddress; import

BasicExample ElasticSearch Java using TransportClient and Node.

2014-03-19 Thread Venu Krishna
Hi can any body give me the code or steps to communicate elasticsearch using java.I ahve already created one example,but i am not able to understand what it is doing, is there any source code or step by step creation of example in eclipse Using Transoprt Client as well as Node . here is the

Re: elasticsearch java interaction

2014-03-19 Thread Venu Krishna
, 2014 6:17:02 PM UTC+5:30, Venu Krishna wrote: Hi, I am Y.Venu,i am totally new to this elasticsearch,now i am trying to communicate java elastisearch,i have gone through the elasticsearch java api's 1st i came across maven repositry. i have created pom.xml in my eclipse

Re: BasicExample ElasticSearch Java using TransportClient and Node.

2014-03-19 Thread Venu Krishna
Hi David,which classpath i need to set,can you give me in more specific way. Thankyou again. :) On Wednesday, March 19, 2014 2:48:37 PM UTC+5:30, Venu Krishna wrote: Hi can any body give me the code or steps to communicate elasticsearch using java.I ahve already created one example,but i am

Re: BasicExample ElasticSearch Java using TransportClient and Node.

2014-03-19 Thread Venu Krishna
2014 à 11:10:52, Venu Krishna (yvgk...@gmail.com javascript:) a écrit: Hi David,which classpath i need to set,can you give me in more specific way. Thankyou again. :) On Wednesday, March 19, 2014 2:48:37 PM UTC+5:30, Venu Krishna wrote: Hi can any body give me the code or steps

Re: BasicExample ElasticSearch Java using TransportClient and Node.

2014-03-19 Thread Venu Krishna
. so,for now am trying atleast to connect to Elasticsearch ,after getting this then i will move on with CRUD operations using JSON. ANY GUIDANCE GIVEN WILL BE HIGHLY APPRECIATED. URGENT REQUIREMENT. Thanks in advance. On Wednesday, March 19, 2014 2:48:37 PM UTC+5:30, Venu Krishna wrote: Hi can

JavaElasticSearch

2014-03-19 Thread Venu Krishna
Hi everyone,i will make it simple.My main moto is using java i want to do CRUD operations with ElasticSearch,in this process i came to know about ElasticSearch related Java Api's URL : http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/index.html ,from this i followed

elasticsearch java interaction

2014-03-14 Thread Venu Krishna
Hi, I am Y.Venu,i am totally new to this elasticsearch,now i am trying to communicate java elastisearch,i have gone through the elasticsearch java api's 1st i came across maven repositry. i have created pom.xml in my eclipse and in the dependency tag i have just placed the code