You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/05/08 23:21:35 UTC

[Solr Wiki] Update of "UpdateRequestHandler" by ryan

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