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, 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 NodeStateIndexerProvidercreateProvider()protected voidpreIndexOperations(List<NodeStateIndexer> indexers)-
Methods inherited from class org.apache.jackrabbit.oak.index.indexer.document.DocumentStoreIndexerBase
buildFlatFileStore, buildStore, buildStore, buildStore, buildTreeStore, close, prepareIndexers, reindex
-
-
-
-
Constructor Detail
-
DocumentStoreIndexer
public DocumentStoreIndexer(ExtendedIndexHelper extendedIndexHelper, IndexerSupport indexerSupport)
-
-
Method Detail
-
createProvider
protected NodeStateIndexerProvider createProvider() throws IOException
- Specified by:
createProviderin classDocumentStoreIndexerBase- Throws:
IOException
-
preIndexOperations
protected void preIndexOperations(List<NodeStateIndexer> indexers)
- Specified by:
preIndexOperationsin classDocumentStoreIndexerBase
-
-