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

Re: Migrating lucene index to Elastic Search

2014-09-26 Thread Jack Krupansky
3:55 AM To: java-user@lucene.apache.org Subject: Re: Migrating lucene index to Elastic Search Hi Akshay It is better to post the question in Elastic Search group. If you have the data, it is better to direclty create index from Elastic Search. Regards Aditya www.findbestopensource.com On F

Re: Migrating lucene index to Elastic Search

2014-09-26 Thread Aditya
Hi Akshay It is better to post the question in Elastic Search group. If you have the data, it is better to direclty create index from Elastic Search. Regards Aditya www.findbestopensource.com On Fri, Sep 26, 2014 at 12:34 PM, akshay.jain wrote: > Hi, > > Is there any way to migrate a Lucene

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