You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/13 02:19:09 UTC

svn commit: r495812 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr: output.xmap src/documentation/content/xdocs/index.xml

Author: thorsten
Date: Fri Jan 12 17:19:09 2007
New Revision: 495812

URL: http://svn.apache.org/viewvc?view=rev&rev=495812
Log:
Fixing fault linking for delete statement

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/output.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/output.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/output.xmap?view=diff&rev=495812&r1=495811&r2=495812
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/output.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/output.xmap Fri Jan 12 17:19:09 2007
@@ -67,7 +67,7 @@
         <map:serialize type="xml"/>
       </map:match>
       <!-- DELETE -->
-      <map:match pattern="**.solr.del">
+      <map:match pattern="**.solr.delete">
         <map:generate src="cocoon://{1}.solr"/>
         <map:transform src="resources/stylesheets/solrDoc-delete.xsl"/>
         <map:serialize type="xml"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/index.xml?view=diff&rev=495812&r1=495811&r2=495812
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/index.xml Fri Jan 12 17:19:09 2007
@@ -43,7 +43,7 @@
           <a href="index.solr.add">index.solr.add</a> - surround the solr docs with an
           add statement.</li>
         <li>
-          <a href="index.solr.add">index.solr.del</a> - surround the solr docs with a
+          <a href="index.solr.delete">index.solr.delete</a> - surround the solr docs with a
           delete statement.</li>
         <li>
           <a href="solr.commit">solr.commit</a> - commit statement for solr.