org.apache.solr.core
Class NIOFSDirectoryFactory
java.lang.Object
org.apache.solr.core.DirectoryFactory
org.apache.solr.core.NIOFSDirectoryFactory
- All Implemented Interfaces:
- NamedListInitializedPlugin
public class NIOFSDirectoryFactory
- extends DirectoryFactory
Factory to instantiate NIOFSDirectory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIOFSDirectoryFactory
public NIOFSDirectoryFactory()
open
public Directory open(String path)
throws IOException
- Description copied from class:
DirectoryFactory
- Opens a Lucene directory
- Specified by:
open
in class DirectoryFactory
- Throws:
IOException