Class FSLockFactory
Base class for file system based locking implementation.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class FSLockFactory : LockFactory
Fields
Name | Description |
---|---|
internal |
Directory for the lock files. |
Properties
Name | Description |
---|---|
Lock |
Gets the lock directory. Subclasses can use this to set the lock directory. This method can be only called once to initialize the lock directory. It is used by FSDirectory to set the lock directory to itsself. Subclasses can also use this method to set the directory in the constructor. |