C# (CSharp) Lucene.Net.Index IndexReader.Directory - 8 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Index.IndexReader.Directory extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.