|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.core.DirectoryFactory
org.apache.solr.core.CachingDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
public class MockFSDirectoryFactory
Opens a directory with LuceneTestCase.newFSDirectory(File)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.solr.core.CachingDirectoryFactory |
---|
org.apache.solr.core.CachingDirectoryFactory.CloseListener |
Field Summary |
---|
Fields inherited from class org.apache.solr.core.CachingDirectoryFactory |
---|
byDirectoryCache, byPathCache, closeListeners |
Constructor Summary | |
---|---|
MockFSDirectoryFactory()
|
Method Summary | |
---|---|
org.apache.lucene.store.Directory |
create(String path)
|
Methods inherited from class org.apache.solr.core.CachingDirectoryFactory |
---|
addCloseListener, close, doneWithDirectory, exists, get, get, incRef, init, release |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockFSDirectoryFactory()
Method Detail |
---|
public org.apache.lucene.store.Directory create(String path) throws IOException
create
in class org.apache.solr.core.CachingDirectoryFactory
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |