Update a Solr Index
Since Solr 4.0
This should be present in the example solrconfig.xml
<requestHandler name="/update" class="solr.UpdateRequestHandler"/>
The UpdateRequestHandler supports updates in XML, JSON, CSV, or javabin
XML
- application/xml
- text/xml
with XSLT
JSON
see UpdateJSON
- application/json
- text/json
CSV
see UpdateCSV
- application/csv
- text/csv
JAVABIN
- application/javabin