Apache Lucene.Net 2.4.0 Class Library API

Directory.GetLockFactory Method 

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.

public virtual LockFactory GetLockFactory();

See Also

Directory Class | Lucene.Net.Store Namespace