Mark Miller wrote:

> Have you tried using a native lock factory?

No - I did not even know of it's existence as it is nowhere "visible" from
the IndexWriter class (not directly used and nowhere mentioned in the
JavDoc. Could you please add a small hint after the description about the
"locking file" in the JavaDoc of the IndexWriter class that explains how to
specify the LockFactory?
I am currently using FSDirectory.getDirectory(File,LockFactory)) and then
use that Directory to create my IndexWriter.
That would make it easier for others to find their way...

Thanks for your help,
Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to