I haven't used Lucene with NFS. My understanding is that the problem is with lock files when they reside on the NFS server. Yes, you can change the location of lock files with a system property, but if you are using NFS to make the index accessible from multiple machines, then changing the lock file directory to a local directory doesn't make sense. However, it sounds like you are using a NFS-mounted partition simply because that's where you have sufficient space, not because you need to access the index from multiple machines, so you should be OK with changing the lock file directory to a local dir.
Otis --- Richard Krenek <[EMAIL PROTECTED]> wrote: > I was wondering about Lucene and NFS. The issue is with locking > correct? In Lucene in Action it mentions. > ... issues with lock files and NFS, choose a directory that doesn't > reside on an NFS volume. If you have the book, flip to page 62. Does > it mean, don't use NFS or just ensure you point your lock file > directory to a common non-NFS directory? I'd really like to use an > NFS > filesystem since this is the only place I have space. Will I only > have > issues when updating an index etc.. > > Thanks for any pointers. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]