Lucene.Net 1.9.1 Class Library

IndexWriter.GetUseCompoundFile Method 

Get the current setting of whether to use the compound file format. Note that this just returns the value you set with setUseCompoundFile(boolean) or the default. You cannot use this to query the status of an existing index.

public virtual bool GetUseCompoundFile();

See Also

IndexWriter Class | Lucene.Net.Index Namespace | SetUseCompoundFile