Re: Availability during merge

2009-07-14 Thread Jason Rutherglen
Kind of regrettable, I think we can look at changing this in Lucene. On Tue, Jul 14, 2009 at 12:08 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Tue, Jul 14, 2009 at 2:30 AM, Charlie Jackson < > charlie.jack...@cision.com > > wrote: > > > The wiki page for merging solr cores > >

Re: Availability during merge

2009-07-14 Thread Shalin Shekhar Mangar
On Tue, Jul 14, 2009 at 2:30 AM, Charlie Jackson wrote: > The wiki page for merging solr cores > (http://wiki.apache.org/solr/MergingSolrIndexes) mentions that the cores > being merged cannot be indexed to during the merge. What about the core > being merged *to*? In terms of the example on the w

Availability during merge

2009-07-13 Thread Charlie Jackson
The wiki page for merging solr cores (http://wiki.apache.org/solr/MergingSolrIndexes) mentions that the cores being merged cannot be indexed to during the merge. What about the core being merged *to*? In terms of the example on the wiki page, I'm asking if core0 can add docs while core1 and core2 a

Re: Index availability during merge

2008-02-28 Thread Otis Gospodnetic
essage > From: David Pratt <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, February 27, 2008 5:44:33 PM > Subject: Re: Index availability during merge > > Hi Otis. Many thanks for your reply. My inclination is to create > separate sla

Re: Index availability during merge

2008-02-27 Thread David Pratt
27, 2008 9:16:08 AM Subject: Index availability during merge Hi. Merging indexes requires that the indexes be closed for the operation occur. I am interested in setting up a cron to merge indexes that are in use to generate a fresh consolidated index at specific time intervals. I don't

Re: Index availability during merge

2008-02-27 Thread Otis Gospodnetic
-- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: David Pratt <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, February 27, 2008 9:16:08 AM > Subject: Index availability during merge > > Hi. Merging i

Index availability during merge

2008-02-27 Thread David Pratt
Hi. Merging indexes requires that the indexes be closed for the operation occur. I am interested in setting up a cron to merge indexes that are in use to generate a fresh consolidated index at specific time intervals. I don't want the smaller indexes to be taken out of service while this occurs