Class DefaultChangeBatchIndexer
java.lang.Object
com.atlassian.confluence.internal.index.DefaultChangeBatchIndexer
- All Implemented Interfaces:
ChangeBatchIndexer
This is providing similar functionality of
RebuildChangeDocumentsIndexTask
and AddChangeDocumentIndexTask
which was used by DefaultBatchIndexer
- Since:
- 9.5.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChangeBatchIndexer
(HibernateSessionManager5 hibernateSessionManager, IndexTaskFactoryInternal indexTaskFactory, ContentEntityObjectDaoInternal contentEntityObjectDao, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, com.atlassian.config.internal.ApplicationConfig applicationConfig, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(List<Searchable> searchables, SearchIndexWriter changeWriter)
-
Constructor Details
-
DefaultChangeBatchIndexer
public DefaultChangeBatchIndexer(HibernateSessionManager5 hibernateSessionManager, IndexTaskFactoryInternal indexTaskFactory, ContentEntityObjectDaoInternal contentEntityObjectDao, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, com.atlassian.config.internal.ApplicationConfig applicationConfig, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher)
-
-
Method Details
-
index
- Specified by:
index
in interfaceChangeBatchIndexer
- Throws:
IOException
-