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

  • application/xml
  • text/xml

with XSLT

JSON

see UpdateJSON

  • application/json
  • text/json

CSV

see UpdateCSV

  • application/csv
  • text/csv

JAVABIN

  • application/javabin
  • No labels