Re: Merging Indices

2008-12-05 Thread ashokc
Thanks for the help Yonik & Shalin.It really makes it easy for me if I do not have to stop/start the SOLR app during the merge operations. The reason I have to do this many times a day, is that I am implementing a simple-minded entity-extraction procedure for the content I am indexing. I have a u

Re: Merging Indices

2008-12-05 Thread Yonik Seeley
On Thu, Dec 4, 2008 at 6:39 PM, ashokc <[EMAIL PROTECTED]> wrote: > > The SOLR wiki says > >>>3. Make sure both indexes you want to merge are closed. > > What exactly does 'closed' mean? If you do a commit, and then prevent updates, the index should be closed (no open IndexWriter). > 1. Do I need

Re: Merging Indices

2008-12-05 Thread Shalin Shekhar Mangar
On Fri, Dec 5, 2008 at 5:09 AM, ashokc <[EMAIL PROTECTED]> wrote: > > The SOLR wiki says > > >>3. Make sure both indexes you want to merge are closed. > > What exactly does 'closed' mean? I think that would mean that the IndexReader and IndexWriter on that index are closed. 1. Do I need to stop