Package | Description |
---|---|
com.atlassian.confluence.search.elasticsearch.tasks | |
com.atlassian.confluence.search.lucene.tasks |
Modifier and Type | Interface and Description |
---|---|
interface |
ESTask
A task that performs updates to elasticsearch.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractESTask
Abstract base class for ES tasks.
|
class |
ESDeleteAllChangesTask
Removes all change documents of a content object.
|
class |
ESDeleteContentTypeTask |
class |
ESDeleteSpaceTask
Remove all space objects.
|
class |
ESDeleteTask
Index task that deletes a searchable from elasticsearch.
|
class |
ESIndexAllChangesTask
Update all change documents of a single content object
|
class |
ESIndexAllUsersTask
Index all personal info having associated user
|
class |
ESIndexChangeTask
Index task that indexes a version of a searchable as change to elasticsearch.
|
class |
ESIndexIncludingChangesTask
Index content object including its history.
|
class |
ESIndexIncludingDependantsTask
Index task that indexes a version of a searchable to elasticsearch.
|
class |
ESIndexTask |
class |
ESIndexUsersInGroupTask
Index task that indexes personal info of all users in a group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfluenceIndexTask
An index task that will perform writing to the index.
|
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 |
Copyright © 2003–2018 Atlassian. All rights reserved.