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


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...

http://lucene.apache.org/core/6_5_0/core/org/apache/lucene/store/FSDirectory.html#open-java.nio.file.Path-org.apache.lucene.store.LockFactory-




-Hoss
http://www.lucidworks.com/

-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

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 NativeFSLockFactory to 
: SimpleFSLockFactory?

You can specify the LockFactory used when opening your Directory...


http://lucene.apache.org/core/6_5_0/core/org/apache/lucene/store/FSDirectory.html#open-java.nio.file.Path-org.apache.lucene.store.LockFactory-




-Hoss
http://www.lucidworks.com/