Uses of Interface
com.atlassian.confluence.internal.index.ChangeBatchIndexer
Packages that use ChangeBatchIndexer
-
Uses of ChangeBatchIndexer in com.atlassian.confluence.internal.index
Classes in com.atlassian.confluence.internal.index that implement ChangeBatchIndexerModifier and TypeClassDescriptionclassThis is providing similar functionality ofRebuildChangeDocumentsIndexTaskandAddChangeDocumentIndexTaskwhich was used byDefaultBatchIndexerConstructors in com.atlassian.confluence.internal.index with parameters of type ChangeBatchIndexerModifierConstructorDescriptionDefaultBatchIndexer(AnyTypeDaoInternal anyTypeDao, org.springframework.transaction.PlatformTransactionManager transactionManager, SearchIndexWriter contentWriter, SearchIndexWriter changeWriter, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, SearchLanguageProvider searchLanguageProvider, ChangeBatchIndexer changeBatchIndexer)