Re: Migrating lucene index to Elastic Search

2014-09-26 Thread akshay.jain
Hi Jack, What I want to do is to move the data from a Lucene index into an ES index. Thanks, Akshay - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache

Migrating lucene index to Elastic Search

2014-09-26 Thread akshay.jain
Hi, Is there any way to migrate a Lucene index to Elastic Search? Read somewhere that it is possible through a Java app which would read the documents from the Lucene index and then write it to the ES cluster. Is that possible and if yes, how? Still a newbie with all this :p Thanks in advanc

Re: In need of some guidance

2014-09-05 Thread akshay.jain
On Friday 05 September 2014 01:45 PM, atawfik wrote: Hi, Try Lucene tutorial . If you follow the materials there you should be able to grasp what Lucene is and how to use it. After that, you should read the Lucene In Action book. It is a very good book that te

In need of some guidance

2014-09-04 Thread akshay.jain
Hi, I am very new to Lucene. Can you provide me with a link to a tutorial which can guide me to creating lucene indexes of text files. Thanks - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional co