Modifier and Type | Method and Description |
---|---|
IndexTaskQueue<ConfluenceIndexTask> |
CompositeIndexManager.getTaskQueue()
Deprecated.
since 7.9.0. Please use
IndexManager.getQueueSize() and IndexManager.addTask(ConfluenceIndexTask) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIndexManager.addTask(ConfluenceIndexTask task) |
Constructor and Description |
---|
CompositeIndexManager(List<IncrementalIndexManager> incrementalManagers,
IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue,
FullReindexManager fullReindexManager) |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceIndexTask |
ChangeIndexTaskQueue.toTask(JournalEntry entry) |
protected ConfluenceIndexTask |
ContentIndexTaskQueue.toTask(JournalEntry entry) |
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeIndexTask
This interface is the same as the
ConfluenceIndexTask . |
Modifier and Type | Class and Description |
---|---|
class |
AddEdgeDocumentIndexTask |
class |
DeleteEdgeDocumentIndexTask |
class |
DeleteEdgeTargetingDocumentIndexTask |
class |
DeleteEdgeTypeByUserDocumentIndexTask |
class |
ReIndexPermissionsIndexTask |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.addTask(ConfluenceIndexTask task)
Adds a new task to the index queue
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneIncrementalIndexManager.addTask(ConfluenceIndexTask task) |
void |
IncrementalIndexManager.addTask(ConfluenceIndexTask task)
Adds a new task to the index queue
|
Constructor and Description |
---|
LuceneIncrementalIndexManager(IndexLockService lockService,
IndexTaskQueue<ConfluenceIndexTask> taskQueue,
SearchIndexAccessor searchIndexAccessor,
com.atlassian.event.api.EventPublisher eventPublisher,
FullReindexManager fullReindexManager,
SearchIndex targetIndex,
org.hibernate.SessionFactory sessionFactory,
HibernateSessionManager5 sessionManager,
JournalService journalService) |
Modifier and Type | Method and Description |
---|---|
protected Optional<JournalEntry> |
JournalIndexTaskQueue.toEntry(ConfluenceIndexTask task)
Converts an IndexQueueEntry to an IndexTask.
|
Modifier and Type | Class and Description |
---|---|
class |
AddChangeDocumentIndexTask
Responsible for removing and adding a change document for versioned content to the change index.
|
class |
AddDocumentIndexTask
Adds a searchable to the content index.
|
class |
ContentIndexTask |
class |
DeleteChangeDocumentsIndexTask
Removes all change documents for a particular searchable.
|
class |
DeleteDocumentIndexTask
Index task that removes a searchable from the content index.
|
class |
NoOpIndexTask
Represents a no operation index task.
|
class |
RebuildChangeDocumentsIndexTask
Responsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).
|
class |
ReindexAllBlogsChangeIndexTask
Update all blogs in the change index
|
class |
ReindexAllBlogsContentIndexTask
Update all blogs in the content index
|
class |
ReindexAllSpacesChangeIndexTask
Update all spaces in the change index.
|
class |
ReindexAllSpacesContentIndexTask
Update all spaces in the content index.
|
class |
ReindexAllUsersChangeIndexTask
Updates all personal information and associated user entries in the change index.
|
class |
ReindexAllUsersContentIndexTask
Updates all personal information and associated user entries in the content index.
|
class |
ReindexUsersInGroupChangeIndexTask
Updates all personal information and associated user entries in the change index for a particular group.
|
class |
ReindexUsersInGroupContentIndexTask
Updates all personal information and associated user entries in the content index for a particular group.
|
class |
UnindexContentTypeChangeIndexTask
Removes documents with the specified content type from the change index
|
class |
UnindexContentTypeContentIndexTask
Removes documents with the specified content type from the content index
|
class |
UnIndexSpaceChangeIndexTask
Task to unindex a space in the change index.
|
class |
UnIndexSpaceContentIndexTask
Task to unindex a space in the content index.
|
class |
UpdateDocumentIndexTask |
Modifier and Type | Method and Description |
---|---|
ConfluenceIndexTask |
IndexTaskFactory.createAddChangeDocumentTask(com.atlassian.bonnie.Searchable searchable)
Constructs an add change document task.
|
ConfluenceIndexTask |
IndexTaskFactory.createAddDocumentTask(com.atlassian.bonnie.Searchable searchable)
NOTE: Do not call this method without first calling
IndexTaskFactory.createDeleteDocumentTask(com.atlassian.bonnie.Searchable)
for the same object. |
ConfluenceIndexTask |
IndexTaskFactory.createDeleteChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable) |
ConfluenceIndexTask |
IndexTaskFactory.createDeleteChangeDocumentsIndexTask(String handle) |
ConfluenceIndexTask |
IndexTaskFactory.createDeleteDocumentTask(com.atlassian.bonnie.Searchable searchable) |
ConfluenceIndexTask |
IndexTaskFactory.createDeleteDocumentTask(String handle) |
ConfluenceIndexTask |
IndexTaskFactory.createRebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable) |
ConfluenceIndexTask |
IndexTaskFactory.createUpdateDocumentTask(com.atlassian.bonnie.Searchable searchable)
Returns an update document task.
|
ConfluenceIndexTask |
IndexTaskFactory.createUpdateDocumentTask(com.atlassian.bonnie.Searchable searchable,
boolean includeDependents) |
Modifier and Type | Method and Description |
---|---|
protected void |
SplitJournalUpgradeTask.createChangeTasks(JournalEntryType journalEntryType,
Function<JournalEntry,ConfluenceIndexTask> changeTaskCreator)
Create tasks to be written to the change index for all tasks that were previously writing both change and content
documents
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences