Get the LockFactory that this Directory instance is
using for its locking implementation. Note that this
may be null for Directory implementations that provide
their own locking implementation.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual LockFactory GetLockFactory() |
Visual Basic |
---|
Public Overridable Function GetLockFactory As LockFactory |
Visual C++ |
---|
public: virtual LockFactory^ GetLockFactory() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.Directory.GetLockFactory"]