Skip to content
Snippets Groups Projects
Commit a784ee81 authored by Eugene Livis's avatar Eugene Livis
Browse files

Replaced JSON and CVS request handlers with solr.UpdateRequestHandler

parent 10a9b7b5
No related branches found
No related tags found
No related merge requests found
...@@ -966,12 +966,12 @@ ...@@ -966,12 +966,12 @@
class="solr.UpdateRequestHandler" /> class="solr.UpdateRequestHandler" />
<!-- for back compat with clients using /update/json and /update/csv --> <!-- for back compat with clients using /update/json and /update/csv -->
<requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler"> <requestHandler name="/update/json" class="solr.UpdateRequestHandler">
<lst name="defaults"> <lst name="defaults">
<str name="stream.contentType">application/json</str> <str name="stream.contentType">application/json</str>
</lst> </lst>
</requestHandler> </requestHandler>
<requestHandler name="/update/csv" class="solr.CSVRequestHandler"> <requestHandler name="/update/csv" class="solr.UpdateRequestHandler">
<lst name="defaults"> <lst name="defaults">
<str name="stream.contentType">application/csv</str> <str name="stream.contentType">application/csv</str>
</lst> </lst>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment