Re: maxWarmingSearchers in Solr 4.

2013-04-08 Thread Dotan Cohen
On Thu, Apr 4, 2013 at 10:54 PM, Shawn Heisey wrote: > You'll want to ensure that your autowarmCount value on Solr's caches is low > enough that each commit happens quickly. If it takes 5000 milliseconds to > warm the caches when you commit, then you want to be sure that you are > committing less

Re: maxWarmingSearchers in Solr 4.

2013-04-04 Thread Shawn Heisey
On 4/4/2013 12:34 AM, Dotan Cohen wrote: In the case of maxWarmingSearchers, I would hope that you have your system set up so that you would never need more than 1 warming searcher at a time. If you do a commit while a previous commit is still warming, Solr will try to create a second warming se

Re: maxWarmingSearchers in Solr 4.

2013-04-03 Thread Dotan Cohen
On Wed, Apr 3, 2013 at 7:55 PM, Shawn Heisey wrote: > In situations where I don't want to change the default value, I prefer > to leave config elements out of the solrconfig. It makes the config > smaller, and it also makes it so that I will automatically see benefits > from the default changing

Re: maxWarmingSearchers in Solr 4.

2013-04-03 Thread Shawn Heisey
On 4/3/2013 1:48 AM, Dotan Cohen wrote: > I have been dragging the same solrconfig.xml from Solr 3.x to 4.0 to > 4.1, with no customization (bad, bad me!). I'm now looking into > customizing it and I see that the Solr 4.1 solrconfig.xml is much > simpler and shorter. Is this simply because many of

maxWarmingSearchers in Solr 4.

2013-04-03 Thread Dotan Cohen
I have been dragging the same solrconfig.xml from Solr 3.x to 4.0 to 4.1, with no customization (bad, bad me!). I'm now looking into customizing it and I see that the Solr 4.1 solrconfig.xml is much simpler and shorter. Is this simply because many of the examples have been removed? In particular,