public interface DirectoryFactory
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.store.Directory |
newInstance(LuceneIndexDefinition definition,
org.apache.jackrabbit.oak.spi.state.NodeBuilder builder,
String dirName,
boolean reindex) |
boolean |
remoteDirectory()
Determines if the Directory is having a remote storage
or local storage
|
org.apache.lucene.store.Directory newInstance(LuceneIndexDefinition definition, org.apache.jackrabbit.oak.spi.state.NodeBuilder builder, String dirName, boolean reindex) throws IOException
IOExceptionboolean remoteDirectory()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.