Lucene.Net 1.9.1 Class Library

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