I think I have resolved the problem. I was using Lucene to index several directories concurrently within the same JVM, and as far as I can tell Lucene cannot do coucurrent indexing. Is this correct ?
You can do it concurrently, but you must use the *same* IndexWriter instance on all threads.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
