On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote:
http://wiki.apache.org/solr/SolrConfigXml

In the UpdateHandler section I see:

<updateHandler class="solar.DirectUpdateHandler2">

    <!-- autocommit pending docs if certain criteria are met -->
    <autocommit>
      <!-- NOTE: autocommit not implemented yet -->
      <maxDocs>10000</maxDocs>
      <maxSec>3600</maxSec>
    </autocommit>

    <!-- represents a lower bound on the frequency that commits
         may occur (in seconds). NOTE: not yet implemented
    -->
    <commitIntervalLowerBound>0</commitIntervalLowerBound>

So the hard part is already done - the parameters are named! ;-)

Heh.  I forgot that stuff was there.  Feel free to change the
names/placement if you do have a go at it.

-Yonik

Reply via email to