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 index.
|
AddDocumentIndexTask |
Adds a searchable to the 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 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).
|
ReindexAllBlogsIndexTask |
Update all blogs in the index
|
ReindexAllSpacesIndexTask |
Update all spaces in the index.
|
ReindexAllUsersIndexTask |
Updates all personal information and associated user entries in the index.
|
ReindexUsersInGroupIndexTask |
Updates all personal information and associated user entries in the index for a particular group.
|
TempIndexBackedIndexTaskPerformer | Deprecated
since 5.9.
|
UnindexContentTypeIndexTask | |
UnIndexSpaceIndexTask |
Task to unindex a space.
|
UnIndexSpaceIndexTask.SpaceKeyHandle |
The spaceKey is sufficient to serve as the handle for spaces stored in the index.
|
UpdateDocumentIndexTask |
Copyright © 2003–2020 Atlassian. All rights reserved.