Lucene.Net 1.4.3 Class Library

SegmentMerger Constructor 

public SegmentMerger(
   Directory dir,
   string name,
   bool compoundFile
);

Parameters

dir
The Directory to merge the other segments into
name
The name of the new segment
compoundFile
true if the new segment should use a compoundFile

See Also

SegmentMerger Class | Lucene.Net.Index Namespace