You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/04/11 19:45:26 UTC

svn commit: r393268 - in /lenya/sandbox/doco: ./ .settings/ config/lucene_index.xconf

Author: thorsten
Date: Tue Apr 11 10:45:23 2006
New Revision: 393268

URL: http://svn.apache.org/viewcvs?rev=393268&view=rev
Log:
Fixing lucene indexing bug

Added:
    lenya/sandbox/doco/config/lucene_index.xconf
      - copied, changed from r393259, lenya/trunk/src/pubs/default/config/lucene_index.xconf
Removed:
    lenya/sandbox/doco/.settings/
Modified:
    lenya/sandbox/doco/   (props changed)

Propchange: lenya/sandbox/doco/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Apr 11 10:45:23 2006
@@ -1,2 +1,2 @@
-.settings/org.eclipse.core.resources.prefs
+.settings/*
 .classpath

Copied: lenya/sandbox/doco/config/lucene_index.xconf (from r393259, lenya/trunk/src/pubs/default/config/lucene_index.xconf)
URL: http://svn.apache.org/viewcvs/lenya/sandbox/doco/config/lucene_index.xconf?p2=lenya/sandbox/doco/config/lucene_index.xconf&p1=lenya/trunk/src/pubs/default/config/lucene_index.xconf&r1=393259&r2=393268&rev=393268&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/config/lucene_index.xconf (original)
+++ lenya/sandbox/doco/config/lucene_index.xconf Tue Apr 11 10:45:23 2006
@@ -16,7 +16,7 @@
 -->
 
 <indexes>
-  <index id="default-live" analyzer="stopword_en" directory="lenya/pubs/default/work/lucene/index/live/index">
+  <index id="doco-live" analyzer="stopword_en" directory="lenya/pubs/doco/work/lucene/index/live/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>
@@ -26,7 +26,7 @@
     </structure>
   </index>
 
-  <index id="default-authoring" analyzer="stopword_en" directory="lenya/pubs/default/work/lucene/index/authoring/index">
+  <index id="doco-authoring" analyzer="stopword_en" directory="lenya/pubs/doco/work/lucene/index/authoring/index">
     <structure>
       <field id="url" type="keyword" />
       <field id="title" type="text" storetext="true"/>



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