Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "UpdateRequestHandler" page has been changed by ryan:
http://wiki.apache.org/solr/UpdateRequestHandler

New page:
= 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 [[UpdateXmlMessages|XML]], 
[[UpdateJSON|JSON]], [[UpdateCSV|CSV]], or javabin

=== XML ===
see [[UpdateXmlMessages]]
 * application/xml
 * text/xml

=== JSON ===
see [[UpdateJSON]]
 * application/json
 * text/json

=== CSV ===
 see [[UpdateCSV]]
 * applicatoin/csv
 * text/csv

=== JAVABIN ===
 * applicatoin/javabin

Reply via email to