| AddChangeDocumentIndexTask |
Responsible for removing and adding a change document for versioned content to the change index.
|
| AddDocumentIndexTask |
Adds a searchable to the content index.
|
| ContentIndexTask |
|
| DefaultIndexTaskFactory |
Creates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue
|
| DeleteChangeDocumentsIndexTask |
Removes all change documents for a particular searchable.
|
| DeleteDocumentIndexTask |
Index task that removes a searchable from the content index.
|
| 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.
|
| 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 |
|