Occasionally I get an "Illegal seek" error while loading a document into lucene.
I am new to lucene so I am not sure what to look for. Does any one have an idea of what may cause this error. Can lucene handle multiple user inserting documents at
the same time or do I need to implement a locking mechanism?
No, unless they are using the same *exact instance* of IndexWriter.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]