From 959ccc4675f43a0ff0db6263319d256fcd847e5d Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 11 Jun 2013 16:51:40 +0200 Subject: [PATCH] increased the solr merge factor because 4 was too much IO load for frequent index receiving and re-indexing after clickdepth/cr calculation. --- defaults/solr/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 8e69d4d39..924fb20e7 100755 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -171,7 +171,7 @@ will be allowed before they are merged into one. Default is 10 for both merge policies. --> - 4 + 20