public class LuceneIndexerProvider extends Object implements NodeStateIndexerProvider
| Constructor and Description |
|---|
LuceneIndexerProvider(IndexHelper indexHelper,
IndexerSupport indexerSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
NodeStateIndexer |
getIndexer(String type,
String indexPath,
org.apache.jackrabbit.oak.spi.state.NodeBuilder definition,
org.apache.jackrabbit.oak.spi.state.NodeState root,
org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter) |
public LuceneIndexerProvider(IndexHelper indexHelper, IndexerSupport indexerSupport) throws IOException
IOExceptionpublic NodeStateIndexer getIndexer(@Nonnull String type, @Nonnull String indexPath, @Nonnull org.apache.jackrabbit.oak.spi.state.NodeBuilder definition, @Nonnull org.apache.jackrabbit.oak.spi.state.NodeState root, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter)
getIndexer in interface NodeStateIndexerProviderpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.