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 2011/06/29 08:39:00 UTC

[Solr Wiki] Update of "XsltResponseWriter" by EricPugh

Dear Wiki user,

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

The "XsltResponseWriter" page has been changed by EricPugh:
http://wiki.apache.org/solr/XsltResponseWriter?action=diff&rev1=18&rev2=19

Comment:
Pretty sure that stylesheet= is not a parameter to the XSLTResponseWriter!

  With Solr's example configuration, this URL uses the XSLT Response Writer with the supplied example.xsl transform:
  
  {{{
-   http://localhost:8983/solr/select/?stylesheet=&q=apache&wt=xslt&tr=example.xsl
+   http://localhost:8983/solr/select/?q=apache&wt=xslt&tr=example.xsl
  }}}
  = Parameters =
  == tr parameter ==