Lucene.Net 1.4.3 Class Library

IndexWriter.GetUseCompoundFile 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 bool GetUseCompoundFile();

See Also

IndexWriter Class | Lucene.Net.Index Namespace