Interface | Description |
---|---|
ConfluenceIndexTask |
An index task that will perform writing to the index.
|
Class | Description |
---|---|
AddChangeDocumentIndexTask |
Responsible for removing and adding a change document for versioned content to the change index.
|
AddDocumentIndexTask |
Adds a searchable to the content index.
|
BulkWriteIndexTask | Deprecated
since 5.9.
|
ContentIndexTask | |
DeleteChangeDocumentsIndexTask |
Removes all change documents for a particular searchable.
|
DeleteDocumentIndexTask |
Index task that removes a searchable from the content index.
|
IndexTaskFactory |
Creates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue
|
LuceneConnectionBackedIndexTaskPerformer |
Performs the index task against Confluence's main/default index (which is managed by
ILuceneConnection |
NoOpIndexTask |
Represents a no operation index task.
|
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).
|
ReindexAllBlogsChangeIndexTask |
Update all blogs in the change index
|
ReindexAllBlogsContentIndexTask |
Update all blogs in the content index
|
ReindexAllSpacesChangeIndexTask |
Update all spaces in the change index.
|
ReindexAllSpacesContentIndexTask |
Update all spaces in the content index.
|
ReindexAllUsersChangeIndexTask |
Updates all personal information and associated user entries in the change index.
|
ReindexAllUsersContentIndexTask |
Updates all personal information and associated user entries in the content index.
|
ReindexUsersInGroupChangeIndexTask |
Updates all personal information and associated user entries in the change index for a particular group.
|
ReindexUsersInGroupContentIndexTask |
Updates all personal information and associated user entries in the content index for a particular group.
|
SpaceKeyHandle |
The spaceKey is sufficient to serve as the handle for spaces stored in the index.
|
TempIndexBackedIndexTaskPerformer | Deprecated
since 5.9.
|
UnindexContentTypeChangeIndexTask |
Removes documents with the specified content type from the change index
|
UnindexContentTypeContentIndexTask |
Removes documents with the specified content type from the content index
|
UnIndexSpaceChangeIndexTask |
Task to unindex a space in the change index.
|
UnIndexSpaceContentIndexTask |
Task to unindex a space in the content index.
|
UpdateDocumentIndexTask |
Copyright © 2003–2021 Atlassian. All rights reserved.