Re: Reindexing mode for solr

2008-04-25 Thread Mike Klaas
On 25-Apr-08, at 7:05 AM, Jonathan Ariel wrote: 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. Ar

Re: Reindexing mode for solr

2008-04-25 Thread Otis Gospodnetic
xt -- 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

Re: Reindexing mode for solr

2008-04-25 Thread Jonathan Ariel
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 co

Re: Reindexing mode for solr

2008-04-25 Thread Walter Underwood
In our setup, snapshooter is triggered on optimize, not commit. We can commit all we want on the master without making a snapshot. That only happens when we optimize. The new Searcher is the biggest performance impact for us. We don't have that many documents (~250K), so copying an entire index is

Re: Reindexing mode for solr

2008-04-25 Thread Otis Gospodnetic
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 Mes