Re: Changing the default FSLockFactory implementation

2017-05-31 Thread Xiaolong Zheng
Yes, that’s what I need! Thank you! On 5/31/17, 1:58 PM, "Chris Hostetter" wrote: : We are experiencing some “Lock obtain timed out: NativeFSLock@” issues : on or NFS file system, could someone please show me, what’s the right : way to switch the Lucene default NativeFSLo

Re: Changing the default FSLockFactory implementation

2017-05-31 Thread Chris Hostetter
: We are experiencing some “Lock obtain timed out: NativeFSLock@” issues : on or NFS file system, could someone please show me, what’s the right : way to switch the Lucene default NativeFSLockFactory to : SimpleFSLockFactory? You can specify the LockFactory used when opening your Directory...

Changing the default FSLockFactory implementation

2017-05-31 Thread Xiaolong Zheng
Hello, We are experiencing some “Lock obtain timed out: NativeFSLock@” issues on or NFS file system, could someone please show me, what’s the right way to switch the Lucene default NativeFSLockFactory to SimpleFSLockFactory? Thanks, Xiaolong