Update of /var/cvs/contributions/lucene/src/org/mmbase/module/lucene
In directory james.mmbase.org:/tmp/cvs-serv3404
Modified Files:
Lucene.java
Log Message:
didn't compile against head
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.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- Lucene.java 19 Mar 2008 16:25:22 -0000 1.109
+++ Lucene.java 11 Apr 2008 08:11:34 -0000 1.110
@@ -48,7 +48,7 @@
*
* @author Pierre van Rooden
* @author Michiel Meeuwissen
- * @version $Id: Lucene.java,v 1.109 2008/03/19 16:25:22 michiel Exp $
+ * @version $Id: Lucene.java,v 1.110 2008/04/11 08:11:34 michiel Exp $
**/
public class Lucene extends ReloadableModule implements NodeEventListener,
RelationEventListener, IdEventListener {
@@ -661,7 +661,7 @@
//try to get the index path from the strorage
configuration
try {
DatabaseStorageManagerFactory dsmf =
(DatabaseStorageManagerFactory)mmbase.getStorageManagerFactory();
- indexPath = dsmf.getBinaryFileBasePath();
+ indexPath =
dsmf.getBinaryFileBasePath().toString();
if(indexPath != null) indexPath = indexPath +
dsmf.getDatabaseName() + File.separator + "lucene";
} catch(Exception e){}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs