You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/06/26 13:07:56 UTC

svn commit: r671851 - in /lenya/docu/pubs/docu/config: publication.xml search/lucene_index.xml

Author: andreas
Date: Thu Jun 26 04:07:56 2008
New Revision: 671851

URL: http://svn.apache.org/viewvc?rev=671851&view=rev
Log:
Changing directory configurations to separate content from web application.

Modified:
    lenya/docu/pubs/docu/config/publication.xml
    lenya/docu/pubs/docu/config/search/lucene_index.xml

Modified: lenya/docu/pubs/docu/config/publication.xml
URL: http://svn.apache.org/viewvc/lenya/docu/pubs/docu/config/publication.xml?rev=671851&r1=671850&r2=671851&view=diff
==============================================================================
--- lenya/docu/pubs/docu/config/publication.xml (original)
+++ lenya/docu/pubs/docu/config/publication.xml Thu Jun 26 04:07:56 2008
@@ -13,6 +13,7 @@
   <document-builder name="default"/>
   <breadcrumb-prefix/>
   <site-manager name="tree"/>
+  <content-dir src="/export/home/lenya/docu/data/content"/>
   <resource-types>
     <resource-type name="forrestDocument20" workflow="fallback://config/workflow/workflow.xml"/>
     <resource-type name="forrestFaq20" workflow="fallback://config/workflow/workflow.xml"/>

Modified: lenya/docu/pubs/docu/config/search/lucene_index.xml
URL: http://svn.apache.org/viewvc/lenya/docu/pubs/docu/config/search/lucene_index.xml?rev=671851&r1=671850&r2=671851&view=diff
==============================================================================
--- lenya/docu/pubs/docu/config/search/lucene_index.xml (original)
+++ lenya/docu/pubs/docu/config/search/lucene_index.xml Thu Jun 26 04:07:56 2008
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <indexes>
-  <index analyzer="stopword_en" directory="lenya/pubs/docu/work/lucene/index/live/index" id="docu-live">
+  <index directory="/export/home/lenya/docu/data/lucene/index/live/index" id="docu-live">
     <structure>
       <field id="url" type="keyword"/>
       <field id="title" storetext="true" type="text"/>
@@ -25,7 +25,7 @@
       <field id="body" storetext="true" type="text"/>
     </structure>
   </index>
-  <index analyzer="stopword_en" directory="lenya/pubs/docu/work/lucene/index/authoring/index" id="docu-authoring">
+  <index directory="/export/home/lenya/docu/data/lucene/index/authoring/index" id="docu-authoring">
     <structure>
       <field id="url" type="keyword"/>
       <field id="title" storetext="true" type="text"/>
@@ -34,7 +34,7 @@
       <field id="body" storetext="true" type="text"/>
     </structure>
   </index>
-  <index analyzer="stopword_en" directory="lenya/pubs/docu/work/lucene/index/trash/index" id="docu-trash">
+  <index directory="/export/home/lenya/docu/data/lucene/index/trash/index" id="docu-trash">
     <structure>
       <field id="url" type="keyword"/>
       <field id="title" storetext="true" type="text"/>
@@ -43,7 +43,7 @@
       <field id="body" storetext="true" type="text"/>
     </structure>
   </index>
-  <index analyzer="stopword_en" directory="lenya/pubs/docu/work/lucene/index/archive/index" id="docu-archive">
+  <index directory="/export/home/lenya/docu/data/lucene/index/archive/index" id="docu-archive">
     <structure>
       <field id="url" type="keyword"/>
       <field id="title" storetext="true" type="text"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org