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/09/15 15:39:06 UTC

[Solr Wiki] Trivial Update of "VelocityResponseWriter" by YonikSeeley

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 YonikSeeley.
The comment on this change is: trunk is 4.0.
http://wiki.apache.org/solr/VelocityResponseWriter?action=diff&rev1=30&rev2=31

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

  
  See [[https://issues.apache.org/jira/browse/SOLR-620|SOLR-620]] for more information.
  
- <!> Solr 1.5 (trunk) Skip to the section labeled 'Solr 1.5 (trunk)'! <!>
+ <!> Solr 4.0 (trunk) Skip to the section labeled 'Solr 4.0 (trunk)'! <!>
  
  == Instructions to use, Solr 1.4 ==
  These steps will get you up and running for the examples below:
@@ -81, +81 @@

  }}}
  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.
  
- == Instructions to use, Solr 1.5 (trunk) ==
+ == Instructions to use, Solr 4.0 (trunk) ==
  These steps will get you up and running for the examples below:
  
   * Check out Solr trunk: svn co https://svn.apache.org/repos/asf/lucene/dev/trunk
@@ -104, +104 @@

   . Renders browse.vm, adding in explanation views per hit, and a Velocity context dump at the end.
  
  
- <!> Applies to both Solr 1.4 and 1.5 (trunk) <!>
+ <!> Applies to both Solr 1.4 and 4.0 (trunk) <!>
  
  == Options ==
   * {{{v.template}}}: template name to use, without the .vm suffix.  If not specified, "default"[.vm] will be used.