java client initialization

2014-05-17 Thread manish kumar
I am new to Elastic search. I wanted to know that i am using java client to access ES. Client client = new TransportClient().addTransportAddress(new InetSocketTransportAddress(127.0.0.1, 9300)); Should i initiated client everytime i execute query or just once? If i start it

Re: java client initialization

2014-05-17 Thread manish kumar
nodeBuilder or TransportClient both should be initialized once.right? -- 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

Elastic search 1.2.1: Snapshot not creating

2014-09-04 Thread manish kumar
I am runnign this command http://localhost:9200/_snapshot/titan_es_backup?pretty **output** { titan_es_backup : { type : fs, settings : { compress : true, location : /home/manish/Softwares/DataBackUp/ES } } } again this

Generate keyword from multiple string

2014-09-16 Thread manish kumar
I have following scanerio SHOP1 sells : apple laptop apple ipad apple phone SHOP2 sells : apple laptop SHOP3 sells : HP laptop i wanted to generate keyword for each shop sells. such that apple ipad ipad apple should show only SHOP1 not SHOP2. How can i generate searchable keyword by