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=7&rev2=8 {{{ <requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler"/> }}} + + <!> 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 == Methods of sending JSON == JSON formatted update requests may be sent to Solr via the /solr/update/json URL.