Instantiate using the provided directory name (String).

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

Syntax

C#
public SimpleFSLockFactory(
	string lockDirName
)
Visual Basic
Public Sub New ( _
	lockDirName As String _
)
Visual C++
public:
SimpleFSLockFactory(
	String^ lockDirName
)

Parameters

lockDirName
Type: System..::..String
where lock files should be created.

See Also