public abstract class DirectoryFactory extends Object implements NamedListInitializedPlugin
| Constructor and Description |
|---|
DirectoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path) |
void |
init(NamedList args) |
abstract org.apache.lucene.store.Directory |
open(String path)
Opens a Lucene directory
|
public abstract org.apache.lucene.store.Directory open(String path) throws IOException
IOExceptionpublic boolean exists(String path)
public void init(NamedList args)
init in interface NamedListInitializedPluginCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.