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 2010/02/05 13:53:42 UTC

[Solr Wiki] Update of "VelocityResponseWriter" by VeronikaZenz

Dear Wiki user,

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

The "VelocityResponseWriter" page has been changed by VeronikaZenz.
http://wiki.apache.org/solr/VelocityResponseWriter?action=diff&rev1=25&rev2=26

--------------------------------------------------

       <!--</lst>-->
    </requestHandler>
  }}}
- Copy the .../contrib/velocity/src/main/solr/velocity directory to $SOLR_HOME/conf/. This directory contains the Velocity templates that will be needed by the VelocityResponseWriter, and also a style sheet, main.css. The templates and style sheet can be edited to customize the display.
+ Copy the .../contrib/velocity/src/main/solr/conf/velocity directory to $SOLR_HOME/conf/. This directory contains the Velocity templates that will be needed by the VelocityResponseWriter, and also a style sheet, main.css. The templates and style sheet can be edited to customize the display.
  
  == Options ==
   * {{{v.template}}}: template name to use, without the .vm suffix.  If not specified, "default"[.vm] will be used.