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
IOException
public boolean exists(String path)
public void init(NamedList args)
init
in interface NamedListInitializedPlugin
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.