deprecate the updateHandler configuration syntax
------------------------------------------------
Key: SOLR-1699
URL: https://issues.apache.org/jira/browse/SOLR-1699
Project: Solr
Issue Type: Improvement
Reporter: Noble Paul
Fix For: 1.5
For all practical purposes, an updatehandler is a requestHandler. We can do
away with a custom syntax for updatehandler
example
{code:xml}
<requestHandler class="solr.DirectUpdateHandler2">
<lst name="autoCommit">
<int name="maxDocs">10000</int>
<int name="maxTime">3600000</int>
</lst>
<!-- represents a lower bound on the frequency that commits may
occur (in seconds). NOTE: not yet implemented
<int name="commitIntervalLowerBound">0</int>
-->
</requestHandler>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.