Constructor and Description |
---|
LuceneBatchIndexer(AnyTypeDao anyTypeDao,
org.springframework.transaction.PlatformTransactionManager transactionManager,
IndexTaskFactory indexTaskFactory,
org.apache.lucene.index.IndexWriter indexWriter) |
LuceneReIndexer(AnyTypeDao anyTypeDao,
SearchableDao searchableDao,
org.springframework.transaction.PlatformTransactionManager transactionManager,
IndexTaskFactory indexTaskFactory,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
LuceneSearchMapper luceneSearchMapper,
com.atlassian.event.api.EventPublisher eventPublisher,
ClusterManager clusterManager,
SystemMaintenanceTaskQueue systemMaintenanceTaskQueue) |
Modifier and Type | Method and Description |
---|---|
void |
QueuingChangeIndexer.setIndexTaskFactory(IndexTaskFactory indexTaskFactory) |
Modifier and Type | Method and Description |
---|---|
void |
QueuingConfluenceIndexer.setIndexTaskFactory(IndexTaskFactory indexTaskFactory) |
Constructor and Description |
---|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao)
Deprecated.
since 5.9.0
|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester) |
Constructor and Description |
---|
ContentIndexTask(List<ContentType> contentTypes,
List<ContentStatus> contentStatuses,
JournalEntryType journalEntryType,
PageDaoInternal pageDao,
BatchOperationManager batchOperationManager,
IndexTaskFactory indexTaskFactory) |
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable,
ContentEntityObjectDao contentEntityObjectDao,
AttachmentManager attachmentManager,
IndexTaskFactory indexTaskFactory)
Constructs a rebuild change document index task.
|
ReindexAllBlogsIndexTask(IndexTaskFactory indexTaskFactory,
BatchOperationManager batchOperationManager) |
ReindexAllSpacesIndexTask(SpaceDao spaceDao,
IndexTaskFactory indexTaskFactory) |
ReindexAllUsersIndexTask(BatchOperationManager batchOperationManager,
PersonalInformationDao personalInformationDao,
IndexTaskFactory indexTaskFactory) |
ReindexUsersInGroupIndexTask(BatchOperationManager batchOperationManager,
PersonalInformationManager personalInformationManager,
UserAccessor userAccessor,
IndexTaskFactory indexTaskFactory,
String groupName) |
UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
IndexTaskFactory indexTaskFactory) |
UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
IndexTaskFactory indexTaskFactory,
boolean includeDependents) |
Copyright © 2003–2020 Atlassian. All rights reserved.