On Thu, 2005-01-13 at 12:25, David Townsend wrote: > The problem could be you're writing to an index with multiple processes. This > can happen if you're using a shared file system (NFS?). We saw this problem > when we had two IndexWriters getting access to a single index at the same > time. Usually if you're working on a single machine the file locks prevent > this from happening.
No, there is a single process with multiple threads (synchronized). The filesystem is NTFS. Luke --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]