In there a reason why RODirectory shouldn't just be rolled into lucene?
http://www.csita.unige.it/software/free/lucene/
This just looks like a version of FSDirectory with lock files disabled. I think it would be better to just make it easier to disable lock files. Currently this is only possible through setting a system property.
Should we add a method like the following?
/** Disables the use of lock files. */ public static FSDirectory.disableLocks();
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
