class |
AddChangeDocumentIndexTask |
Responsible for removing and adding a change document for versioned content to the change index.
|
class |
AddDocumentIndexTask |
Adds a searchable to the content index.
|
class |
ContentIndexTask |
|
class |
DefaultIndexTaskFactory |
Creates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue
|
class |
DeleteChangeDocumentsIndexTask |
Removes all change documents for a particular searchable.
|
class |
DeleteDocumentIndexTask |
Index task that removes a searchable from the content 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 |
ReindexAllBlogsChangeIndexTask |
Update all blogs in the change index
|
class |
ReindexAllBlogsContentIndexTask |
Update all blogs in the content index
|
class |
ReindexAllSpacesChangeIndexTask |
Update all spaces in the change index.
|
class |
ReindexAllSpacesContentIndexTask |
Update all spaces in the content index.
|
class |
ReindexAllUsersChangeIndexTask |
Updates all personal information and associated user entries in the change index.
|
class |
ReindexAllUsersContentIndexTask |
Updates all personal information and associated user entries in the content index.
|
class |
ReindexUsersInGroupChangeIndexTask |
Updates all personal information and associated user entries in the change index for a particular group.
|
class |
ReindexUsersInGroupContentIndexTask |
Updates all personal information and associated user entries in the content index for a particular group.
|
class |
SpaceKeyHandle |
The spaceKey is sufficient to serve as the handle for spaces stored in the index.
|
class |
UnindexContentTypeChangeIndexTask |
Removes documents with the specified content type from the change index
|
class |
UnindexContentTypeContentIndexTask |
Removes documents with the specified content type from the content index
|
class |
UnIndexSpaceChangeIndexTask |
Task to unindex a space in the change index.
|
class |
UnIndexSpaceContentIndexTask |
Task to unindex a space in the content index.
|
class |
UpdateDocumentIndexTask |
|