From bbafac18bbb8f2cc2a62a201f4079ee4b9369360 Mon Sep 17 00:00:00 2001 From: Igal Koshevoy Date: Sun, 6 Feb 2011 22:50:44 -0800 Subject: [PATCH] Updated Sunspot config to automatically commit every 10,000 docs or 1 second. --- solr/conf/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/conf/solrconfig.xml b/solr/conf/solrconfig.xml index 65c196073..bf34d14c9 100644 --- a/solr/conf/solrconfig.xml +++ b/solr/conf/solrconfig.xml @@ -208,11 +208,11 @@ maxTime - oldest uncommited update (in ms) is this long ago Instead of enabling autoCommit, consider using "commitWithin" when adding documents. http://wiki.apache.org/solr/UpdateXmlMessages + --> 10000 1000 - -->