You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/05 08:34:12 UTC

svn commit: r295005 - in /forrest/trunk/main/webapp: locationmap-search.xml search.xmap

Author: crossley
Date: Tue Oct  4 23:34:07 2005
New Revision: 295005

URL: http://svn.apache.org/viewcvs?rev=295005&view=rev
Log:
Finish moving to locationmap (FOR-695).

Modified:
    forrest/trunk/main/webapp/locationmap-search.xml
    forrest/trunk/main/webapp/search.xmap

Modified: forrest/trunk/main/webapp/locationmap-search.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-search.xml?rev=295005&r1=295004&r2=295005&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-search.xml (original)
+++ forrest/trunk/main/webapp/locationmap-search.xml Tue Oct  4 23:34:07 2005
@@ -46,5 +46,9 @@
       <location src="{forrest:stylesheets}/search/document2lucene.xsl" />
     </match>
 
+    <match pattern="transform.book.cinclude-lucene">
+      <location src="{forrest:stylesheets}/search/book2cinclude-lucene.xsl" />
+    </match>
+
   </locator>
 </locationmap>

Modified: forrest/trunk/main/webapp/search.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/search.xmap?rev=295005&r1=295004&r2=295005&view=diff
==============================================================================
--- forrest/trunk/main/webapp/search.xmap (original)
+++ forrest/trunk/main/webapp/search.xmap Tue Oct  4 23:34:07 2005
@@ -103,8 +103,8 @@
       LuceneIndexTransformer, using sources across the whole site -->
       <map:match pattern="site.lucene">
         <map:generate src="cocoon://abs-linkmap"/>
-        <map:transform src="{forrest:stylesheets}/site2book.xsl" />
-        <map:transform src="{forrest:stylesheets}/search/book2cinclude-lucene.xsl">
+        <map:transform src="{lm:transform.site.book}" />
+        <map:transform src="{lm:transform.book.cinclude-lucene}">
           <map:parameter name="analyzer" value="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
           <map:parameter name="merge-factor" value="20"/>
           <map:parameter name="update-index" value="true"/>
@@ -122,7 +122,7 @@
         <map:select type="exists">
           <map:when test="{project:content.xdocs}{1}{2}.ehtml">
             <map:generate src="{project:content.xdocs}{1}{2}.ehtml" />
-            <map:transform src="{forrest:stylesheets}/html2htmlbody.xsl" />
+            <map:transform src="{lm:transform.html.htmlbody}" />
           </map:when>
           <map:when test="cocoon://{1}{2}.xml">
             <map:generate src="cocoon://{1}{2}.xml"/>