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

Reply via email to