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
- > > From: Jonathan Ariel <[EMAIL PROTECTED]> > > 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, >

Re: Reindexing mode for solr

2008-04-25 Thread Walter Underwood
dexing, just don't commit until you are done. > > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message >> From: Jonathan Ariel <[EMAIL PROTECTED]> >> To: solr-user@lucene.apache.org >> Sent:

Re: Reindexing mode for solr

2008-04-25 Thread Otis Gospodnetic
- Original Message > From: Jonathan Ariel <[EMAIL PROTECTED]> > 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&

Reindexing mode for solr

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