public class RAMDirectoryFactory extends StandardDirectoryFactory
| Constructor and Description |
|---|
RAMDirectoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path) |
org.apache.lucene.store.Directory |
open(String path)
Opens a Lucene directory
|
initpublic org.apache.lucene.store.Directory open(String path) throws IOException
DirectoryFactoryopen in class StandardDirectoryFactoryIOExceptionpublic boolean exists(String path)
exists in class DirectoryFactoryCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.