@LuceneIndependent @Internal public class LuceneBatchIndexer extends Object implements BatchIndexer
ConcurrentBatchIndexer.
Manages batches of indexable content. Progress updates are now handled by ConcurrentBatchIndexer.
| Constructor and Description |
|---|
LuceneBatchIndexer(AnyTypeDao anyTypeDao,
org.springframework.transaction.PlatformTransactionManager transactionManager,
IndexTaskFactory indexTaskFactory,
SearchIndexWriter contentWriter,
SearchIndexWriter changeWriter,
com.atlassian.confluence.internal.index.lucene.BulkFieldPrefetcher bulkFieldPrefetcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
index(List<HibernateHandle> handles,
ReindexProgress progress) |
public LuceneBatchIndexer(AnyTypeDao anyTypeDao, org.springframework.transaction.PlatformTransactionManager transactionManager, IndexTaskFactory indexTaskFactory, SearchIndexWriter contentWriter, SearchIndexWriter changeWriter, com.atlassian.confluence.internal.index.lucene.BulkFieldPrefetcher bulkFieldPrefetcher)
public void index(List<HibernateHandle> handles, ReindexProgress progress)
index in interface BatchIndexerCopyright © 2003–2023 Atlassian. All rights reserved.