Apache Lucene.Net 2.4.0 Class Library API

IndexModifier.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 useCompoundFile
);

See Also

IndexModifier Class | Lucene.Net.Index Namespace | SetUseCompoundFile