public abstract class DirectoryFactory extends java.lang.Object implements NamedListInitializedPlugin
Constructor and Description |
---|
DirectoryFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(java.lang.String path) |
void |
init(NamedList args) |
abstract org.apache.lucene.store.Directory |
open(java.lang.String path)
Opens a Lucene directory
|
public abstract org.apache.lucene.store.Directory open(java.lang.String path) throws java.io.IOException
java.io.IOException
public boolean exists(java.lang.String path)
public void init(NamedList args)
init
in interface NamedListInitializedPlugin