Class NativeFSLockFactory
Implements Lock
The primary benefit of Native
Note that, unlike Simple
If you suspect that this or any other LockFactory is
not working properly in your environment, you can easily
test it by using Verifying
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class NativeFSLockFactory : FSLockFactory
Constructors
Name | Description |
---|---|
Native |
Create a NativeFSLockFactory instance, with null (unset) lock directory. When you pass this factory to a FSDirectory subclass, the lock directory is automatically set to the directory itsself. Be sure to create one instance for each directory your create! |
Native |
Create a NativeFSLockFactory instance, storing lock files into the specified lockDir: |
Native |
Create a NativeFSLockFactory instance, storing lock files into the specified lockDirName: |
Methods
Name | Description |
---|---|
Clear |
|
Make |