Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "UpdateJSON" page has been changed by ryan: http://wiki.apache.org/solr/UpdateJSON?action=diff&rev1=9&rev2=10 <requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler"/> }}} - <!> In [[Solr4.0]], CSV support is included in the standard [[UpdateRequestHandler]] - {{{ - <requestHandler name="/update" class="solr.UpdateRequestHandler"/> - }}} - Note, requests need to include Content-type:application/csv or Content-type:text/csv - - - ---- /!\ '''Edit conflict - other version:''' ---- <!> In [[Solr4.0]], JSON support is included in the standard [[UpdateRequestHandler]] {{{ <requestHandler name="/update" class="solr.UpdateRequestHandler"/> }}} - Note, requestes need to include Content-type:application/json or Content-type:text/json + Note, requests need to include Content-type:application/json or Content-type:text/json - ---- /!\ '''Edit conflict - your version:''' ---- - - ---- /!\ '''End of edit conflict''' ---- == Methods of sending JSON == JSON formatted update requests may be sent to Solr via the /solr/update/json URL. All of the normal methods for [[ContentStream|uploading content]] are supported.