Apache Lucene.Net 2.4.0 Class Library API

MergePolicy.UseCompoundFile Method 

Returns true if a newly flushed (not from merge) segment should use the compound file format.

public abstract bool UseCompoundFile(
   SegmentInfos segments,
   SegmentInfo newSegment
);

See Also

MergePolicy Class | Lucene.Net.Index Namespace