RE: problem while merging two indexes

2005-05-11 Thread Omar Didi
x27;t hurt. -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 6:45 PM To: java-user@lucene.apache.org Subject: Re: problem while merging two indexes You should be able to re-try the merge (from the beginning - there is no way to restart it at any point

Re: problem while merging two indexes

2005-05-11 Thread Otis Gospodnetic
You should be able to re-try the merge (from the beginning - there is no way to restart it at any point other than the beginning). The merge and the new index is "finalized" at the very end of the merge, so if it failed before that, your Lucene index (the segments file) still doesn't know about th

problem while merging two indexes

2005-05-11 Thread Omar Didi
hey guys, my application died while I was merging two indexes. acoording to my undestanding, if I just delete the new files that have been created while I started merging, the index won't be affected. is this true?. what will happen if i just restart the merging from where the application died?