You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2014/08/02 21:11:13 UTC

[jira] [Updated] (SOLR-6302) Add implicit update request handlers

     [ https://issues.apache.org/jira/browse/SOLR-6302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-6302:
-----------------------------

    Fix Version/s: 4.10

> Add implicit update request handlers
> ------------------------------------
>
>                 Key: SOLR-6302
>                 URL: https://issues.apache.org/jira/browse/SOLR-6302
>             Project: Solr
>          Issue Type: Sub-task
>          Components: update
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 4.10
>
>
> like we add implicit responseWriters lets add implicit updatehandlers also and get rid of the following from solrconfig.xml
> {code:xml}
>   <requestHandler name="/update" class="solr.UpdateRequestHandler">
>     <!-- See below for information on defining 
>          updateRequestProcessorChains that can be used by name 
>          on each Update Request
>       -->
>     <!--
>        <lst name="defaults">
>          <str name="update.chain">dedupe</str>
>        </lst>
>        -->
>   </requestHandler>
>   <!-- for back compat with clients using /update/json and /update/csv -->  
>   <requestHandler name="/update/json" class="solr.UpdateRequestHandler">
>         <lst name="defaults">
>          <str name="stream.contentType">application/json</str>
>        </lst>
>   </requestHandler>
>   <!-- for back compat with clients using /update/json and /update/csv -->
>   <requestHandler name="/update/json/doc" class="solr.UpdateRequestHandler">
>         <lst name="defaults">
>          <str name="stream.contentType">application/json</str>
>          <str name="json.type">doc</str>
>        </lst>
>   </requestHandler>
>   <requestHandler name="/update/csv" class="solr.UpdateRequestHandler">
>         <lst name="defaults">
>          <str name="stream.contentType">application/csv</str>
>        </lst>
>   </requestHandler>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org