On Jul 23, 2010, at 9:37 AM, John DeRosa wrote: > Hi! I'm a Solr newbie, and I don't understand why autocommits aren't > happening in my Solr installation. > > My one server running Solr: > > - Ubuntu 10.04 (Lucid Lynx), with all the latest updates. > - Solr 1.4.0 running on Tomcat6 > - Installation was done via "apt-get install solr-common solr-tomcat > tomcat6-admin" > > My solrconfig.xml has: > <autoCommit> > <maxDocs>10000</maxDocs> > <maxTime>10000</maxTime> > </autoCommit> >
[snip] The plot thickens. var/log/tomcat6/catalina.out contains: Jul 22, 2010 9:36:32 PM org.apache.solr.update.DirectUpdateHandler2$CommitTracker <init> INFO: AutoCommit: disabled What's stepping in and disabling autocommit? John