Modifier and Type | Method and Description |
---|---|
void |
IndexTaskPerformer.perform(ConfluenceIndexTask indexTask)
Performs an index task.
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexManager.setTaskQueue(IndexTaskQueue<ConfluenceIndexTask> taskQueue) |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceIndexTask |
JournalIndexTaskQueue.toTask(JournalEntry entry)
Converts an IndexQueueEntry to an IndexTask.
|
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 index.
|
class |
AddDocumentIndexTask
Adds a searchable to the index.
|
class |
BulkWriteIndexTask
Deprecated.
since 5.9. This class is not used.
|
class |
ContentIndexTask |
class |
DeleteChangeDocumentsIndexTask
Removes all change documents for a particular searchable.
|
class |
DeleteDocumentIndexTask
Index task that removes a searchable from the 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 |
ReindexAllBlogsIndexTask
Update all blogs in the index
|
class |
ReindexAllSpacesIndexTask
Update all spaces in the index.
|
class |
ReindexAllUsersIndexTask
Updates all personal information and associated user entries in the index.
|
class |
ReindexUsersInGroupIndexTask
Updates all personal information and associated user entries in the index for a particular group.
|
class |
UnindexContentTypeIndexTask |
class |
UnIndexSpaceIndexTask
Task to unindex a space.
|
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 |
---|---|
List<ConfluenceIndexTask> |
BulkWriteIndexTask.getWriteIndexTasks()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TempIndexBackedIndexTaskPerformer.perform(ConfluenceIndexTask indexTask)
Deprecated.
|
void |
LuceneConnectionBackedIndexTaskPerformer.perform(ConfluenceIndexTask indexTask) |
Constructor and Description |
---|
BulkWriteIndexTask(List<ConfluenceIndexTask> writeIndexTasks)
Deprecated.
|
Copyright © 2003–2019 Atlassian. All rights reserved.