[ 
https://issues.apache.org/jira/browse/SOLR-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796589#action_12796589
 ] 

Noble Paul commented on SOLR-1699:
----------------------------------

I Chris , you are right . I opened this issue hastily i'm gonna remove this

> 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
>
> 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.

Reply via email to