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:45:54 UTC

[Solr Wiki] Update of "XsltUpdateRequestHandler" by ryan

Dear Wiki user,

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

The "XsltUpdateRequestHandler" page has been changed by ryan:
http://wiki.apache.org/solr/XsltUpdateRequestHandler?action=diff&rev1=4&rev2=5

  <<TableOfContents>>
  
  == Requirements ==
+ 
+ <!> In [[Solr4.0]], XSLT support is included in the standard XML [[UpdateRequestHandler]]
+ {{{
+   <requestHandler name="/update" class="solr.UpdateRequestHandler"/>
+ }}}
+ Note, requests need to include Content-type:application/xml or Content-type:text/xml
+ 
+ When the "tr=XXX" parameter is present, it will be used to transform the incomming XML
+ 
+ 
+ 
  <!> [[Solr3.4]] is the first version with XSLT support for updates.
  
  The XSLT request handler needs to be configured in solrconfig.xml