Class DocumentStoreIndexer
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.DocumentStoreIndexerBase
-
- org.apache.jackrabbit.oak.index.indexer.document.DocumentStoreIndexer
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class DocumentStoreIndexer extends DocumentStoreIndexerBase implements Closeable
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.oak.index.indexer.document.DocumentStoreIndexerBase
closer, INDEXER_METRICS_PREFIX, indexerProviders, indexerSupport, indexHelper, METRIC_FULL_INDEX_CREATION_DURATION_SECONDS, METRIC_INDEXING_DURATION_SECONDS
-
-
Constructor Summary
Constructors Constructor Description DocumentStoreIndexer(ExtendedIndexHelper extendedIndexHelper, IndexerSupport indexerSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<NodeStateIndexerProvider>
createProviders()
protected void
preIndexOperations(List<NodeStateIndexer> indexers)
-
Methods inherited from class org.apache.jackrabbit.oak.index.indexer.document.DocumentStoreIndexerBase
buildFlatFileStore, buildStore, buildStore, buildStore, buildTreeStore, close, prepareIndexers, reindex, setProviders
-
-
-
-
Constructor Detail
-
DocumentStoreIndexer
public DocumentStoreIndexer(ExtendedIndexHelper extendedIndexHelper, IndexerSupport indexerSupport) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createProviders
protected List<NodeStateIndexerProvider> createProviders() throws IOException
- Specified by:
createProviders
in classDocumentStoreIndexerBase
- Throws:
IOException
-
preIndexOperations
protected void preIndexOperations(List<NodeStateIndexer> indexers)
- Specified by:
preIndexOperations
in classDocumentStoreIndexerBase
-
-