On Sat, Feb 7, 2009 at 3:44 AM, Mark Ferguson <mark.a.fergu...@gmail.com>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 good idea to have a small gap between commits on each core so that you don't run into resource issues (depending on how intensive is your postCommit/auto-warming/newSearcher) -- Regards, Shalin Shekhar Mangar.