Update a Solr Index

(warning) 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

see UpdateXmlMessages

with XSLT

JSON

see UpdateJSON

CSV

see UpdateCSV

JAVABIN