Like Wunder said, you can reindex every once in a while all you want, just 
don't create index snapshots then you commit (disable the postcommit hook in 
solrconfig.xml) or don't commit at all until you are done.  Or call optimize at 
the end and enable postOptimize hook.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch


----- Original Message ----
> From: Jonathan Ariel <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Friday, April 25, 2008 12:11:49 PM
> Subject: Re: Reindexing mode for solr
> 
> You're right. But I'm concerned about some Max Number of Searchers Reached
> that I usually get when reindexing every one in a while.
> 
> On Fri, Apr 25, 2008 at 12:28 PM, Otis Gospodnetic <
> [EMAIL PROTECTED]> wrote:
> 
> > Don't think so.  But you reindex on the master and query on the slave.  If
> > your concern is that the index will be sent to the search slave while you
> > are still reindexing, just don't commit until you are done.
> >
> >
> > Otis
> > --
> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
> >
> >
> > ----- Original Message ----
> > > From: Jonathan Ariel 
> > > To: solr-user@lucene.apache.org
> > > Sent: Friday, April 25, 2008 10:05:55 AM
> > > Subject: Reindexing mode for solr
> > >
> > > Hi,
> > > Is there any way to tell solr to load in a kind of reindexing mode,
> > which
> > > won't open a new searcher after every commit, etc? This is just when you
> > > don't have it available to query because you just want to reindex all
> > the
> > > information.
> > >
> > > What do you think?
> > >
> > > Jonathan
> >
> >

Reply via email to