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
see UpdateXmlMessages
with XSLT
see UpdateJSON
see UpdateCSV