Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Directory Method 

Returns the directory associated with this index. The Default implementation returns the directory specified by subclasses when delegating to the IndexReader(Directory) constructor, or throws an UnsupportedOperationException if one was not specified.

public virtual Directory Directory();

See Also

IndexReader Class | Lucene.Net.Index Namespace