org.apache.solr.core
Class RAMDirectoryFactory
java.lang.Object
org.apache.solr.core.DirectoryFactory
org.apache.solr.core.StandardDirectoryFactory
org.apache.solr.core.RAMDirectoryFactory
- All Implemented Interfaces:
- NamedListInitializedPlugin
public class RAMDirectoryFactory
- extends StandardDirectoryFactory
Directory provider for using lucene RAMDirectory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAMDirectoryFactory
public RAMDirectoryFactory()
open
public Directory open(String path)
throws IOException
- Description copied from class:
DirectoryFactory
- Opens a Lucene directory
- Overrides:
open
in class StandardDirectoryFactory
- Throws:
IOException
exists
public boolean exists(String path)
- Overrides:
exists
in class DirectoryFactory