Update of /var/cvs/contributions/lucene/config/modules
In directory james.mmbase.org:/tmp/cvs-serv8459/config/modules

Modified Files:
        lucene.xml 
Log Message:
made directory of indices explicit in lucene.xml. Therefore easier to configure


See also: http://cvs.mmbase.org/viewcvs/contributions/lucene/config/modules


Index: lucene.xml
===================================================================
RCS file: /var/cvs/contributions/lucene/config/modules/lucene.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- lucene.xml  27 Dec 2007 09:46:49 -0000      1.8
+++ lucene.xml  28 Jul 2008 13:43:44 -0000      1.9
@@ -25,6 +25,13 @@
         If it starts with "system:" then the remaining part will be used as a 
System property, and its value is used, to start evaluation again.
     -->
     <property name="readonly">system:mmbase.lucene.readonly</property>
+
+    <!--
+     You may configure wich machine is responsible for keeping the index up to 
date
+    <property name="master" />
+    -->
+
+    <property name="indexpath">$BINARYFILEBASEPATH/$DATABASE/lucene</property>
   </properties>
 
 </module>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to