Re: Searchers in single/multi-core environments

2009-02-06 Thread Shalin Shekhar Mangar
On Sat, Feb 7, 2009 at 3:44 AM, Mark Ferguson wrote: > > For example then, if I have 10 cores, and maxWarmSearchers is 2 for each > core, if I send a commit to all of them at once this will not cause any > exceptions, because each core handles its searchers separately? Correct. Though it is a go

Re: Searchers in single/multi-core environments

2009-02-06 Thread Mark Ferguson
> > > What I'm also curious about is how searchers are handled in a multi-core > > environment. Does the maxWarmSearchers argument apply to the entire set > of > > cores, or to each individual core? > > > It applied to one core unless ofcourse, you are sharing the solrconfig.xml > with multiple cor

Re: Searchers in single/multi-core environments

2009-02-06 Thread Shalin Shekhar Mangar
On Sat, Feb 7, 2009 at 3:28 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > If waitSearcher=false then the commit thread blocks until these operations > finish. > I meant if waitSearcher=true then the commit thread blocks until these operations finish. -- Regards, Shalin Shekhar Man

Re: Searchers in single/multi-core environments

2009-02-06 Thread Shalin Shekhar Mangar
On Sat, Feb 7, 2009 at 2:51 AM, Mark Ferguson wrote: > > I am looking for more information about how searchers work in different > environments. Correct me if I'm mistaken, but my understanding is that in a > single core environment, there is one searcher for the one index which > handles all quer