It means they never happen automatically, added documents wont' be committed 
until you send a commit to solr. 

Jonathan
________________________________________
From: Brian Whitman [br...@echonest.com]
Sent: Saturday, December 04, 2010 10:36 AM
To: solr-user@lucene.apache.org
Subject: autocommit commented out -- what is the default?

Hi, if you comment out the block in solrconfig.xml

<!--
   <autoCommit>
      <maxDocs>10000</maxDocs>
      <maxTime>600000</maxTime>
    </autoCommit>
-->

Does this mean that (a) commits never happen automatically or (b) some
default autocommit is applied?

Reply via email to