Holds the LockFactory instance (implements locking for this Directory instance).

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[NonSerializedAttribute]
protected internal LockFactory lockFactory
Visual Basic
<NonSerializedAttribute> _
Protected Friend lockFactory As LockFactory
Visual C++
[NonSerializedAttribute]
protected public:
LockFactory^ lockFactory

See Also