Update of /var/cvs/contributions/lucene/src/org/mmbase/module/lucene In directory james.mmbase.org:/tmp/cvs-serv7606/src/org/mmbase/module/lucene
Modified Files: Lucene.java Log Message: the opinion was that this is a better default See also: http://cvs.mmbase.org/viewcvs/contributions/lucene/src/org/mmbase/module/lucene Index: Lucene.java =================================================================== RCS file: /var/cvs/contributions/lucene/src/org/mmbase/module/lucene/Lucene.java,v retrieving revision 1.117 retrieving revision 1.118 diff -u -b -r1.117 -r1.118 --- Lucene.java 28 Jul 2008 14:20:57 -0000 1.117 +++ Lucene.java 29 Jul 2008 08:54:59 -0000 1.118 @@ -48,7 +48,7 @@ * * @author Pierre van Rooden * @author Michiel Meeuwissen - * @version $Id: Lucene.java,v 1.117 2008/07/28 14:20:57 michiel Exp $ + * @version $Id: Lucene.java,v 1.118 2008/07/29 08:54:59 michiel Exp $ **/ public class Lucene extends ReloadableModule implements NodeEventListener, RelationEventListener, IdEventListener, AssignmentEvents.Listener { @@ -694,7 +694,7 @@ indexPath = indexPath.replaceAll("/+", File.separator); log.service("found module parameter for lucene index path : " + indexPath); } else { - indexPath = binaryFileBasePath + databaseName + File.separator + "lucene"; + indexPath = binaryFileBasePath + lucene + File.separator + databaseName; } if(indexPath != null) { _______________________________________________ Cvs mailing list Cvs@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/cvs