You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/09/05 18:10:20 UTC

[Solr Wiki] Trivial Update of "XsltResponseWriter" by pin

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 pin:
https://wiki.apache.org/solr/XsltResponseWriter?action=diff&rev1=19&rev2=20

Comment:
XSLTResponseWriter package name change: https://issues.apache.org/jira/browse/SOLR-1602

    Changes to XSLT transforms are taken into account
    every xsltCacheLifetimeSeconds at most.
  -->
+ <queryResponseWriter name="xslt" class="org.apache.solr.response.XSLTResponseWriter">
- <queryResponseWriter
-   name="xslt"
-   class="org.apache.solr.request.XSLTResponseWriter"
- >
    <int name="xsltCacheLifetimeSeconds">5</int>
  </queryResponseWriter>
  }}}