Lucene.Net 1.4.3 Class Library

IndexWriter.SetUseCompoundFile Method 

Setting to turn on usage of a compound file. When on, multiple files for each segment are merged into a single file once the segment creation is finished. This is done regardless of what directory is in use.

public virtual void SetUseCompoundFile(
   bool value_Renamed
);

See Also

IndexWriter Class | Lucene.Net.Index Namespace