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:24:39 UTC

[Solr Wiki] Update of "UpdateJSON" by ryan

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.