This ctor used only by test code.

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

Syntax

C#
public SegmentMerger(
	Directory dir,
	string name
)
Visual Basic
Public Sub New ( _
	dir As Directory, _
	name As String _
)
Visual C++
public:
SegmentMerger(
	Directory^ dir, 
	String^ name
)

Parameters

dir
Type: Lucene.Net.Store..::..Directory
The Directory to merge the other segments into
name
Type: System..::..String
The name of the new segment

See Also