Watch your Solr admin page and you'll spot multiple searchers there while the new searcher is warming up. Once it's done, it should go away. There may also be something in the logs, but I haven't checked.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- From: Jonathan Ariel <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, April 18, 2008 7:30:22 AM Subject: Re: config for very frequent solr updates Is there any way to measure how long it takes to warmup? On Fri, Apr 18, 2008 at 8:29 AM, Jonathan Ariel <[EMAIL PROTECTED]> wrote: > And how would you combine the results from the different indexes? > > > On Fri, Apr 18, 2008 at 12:40 AM, Otis Gospodnetic < > [EMAIL PROTECTED]> wrote: > > > Geoff, > > > > There was just another thread where the person said he was doing updates > > every 2 minutes. Like you said, with the way Solr warms searchers, this > > could be too frequent for instances with large caches and high > > autowarmCount. > > > > You may be better off playing with the combination of larger older index > > and a smaller index with updates kept in RAM (on the slave, of course). > > > > > > Otis > > -- > > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > ----- Original Message ---- > > From: Geoffrey Young <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Thursday, April 17, 2008 8:28:09 AM > > Subject: config for very frequent solr updates > > > > hi all :) > > > > I didn't see any documentation on this, so I was wondering what the > > experience here was with updating solr with a small but constant trickle > > of daemon-style updates. > > > > unfortunately, it's a business requirement that backend db updates make > > it to search as the changes roll in (5 minutes is out of the question). > > with the way solr handles new searchers, warming, etc, I was wondering > > if anyone had experience with this kind of thing and could share > > thoughts/general config stuff on it. > > > > thanks. > > > > --Geoff > > > > > > > > >