You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/04/17 02:23:46 UTC

[Solr Wiki] Update of "SolrConfigXml" by MikeKlaas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by MikeKlaas:
http://wiki.apache.org/solr/SolrConfigXml

The comment on the change is:
documented the autocommit maxTime field

------------------------------------------------------------------------------
      <!-- autocommit pending docs if certain criteria are met.  Future versions may expand the available
       criteria -->
      <autoCommit>  
-       <maxDocs>10000</maxDocs>
+       <maxDocs>10000</maxDocs> <!-- maximum uncommited docs before autocommit triggered -->
+       <maxTime>86000</maxTime> <!-- maximum time (in MS) after adding a doc before an autocommit is triggered -->
      </autoCommit>
  
      <!-- The RunExecutableListener executes an external command.