Uses of Interface
com.atlassian.confluence.search.IndexTask
-
-
Uses of IndexTask in com.atlassian.confluence.impl.admin.actions
Classes in com.atlassian.confluence.impl.admin.actions with type parameters of type IndexTask Modifier and Type Class Description classAbstractViewIndexQueueAction<T extends IndexTask>Base class for actions that view index queuesclassViewChangeIndexQueueAction<T extends IndexTask>Action to support viewing the changes index queueclassViewContentIndexQueueAction<T extends IndexTask>Action to support viewing the content index queue -
Uses of IndexTask in com.atlassian.confluence.impl.search.queue
Classes in com.atlassian.confluence.impl.search.queue with type parameters of type IndexTask Modifier and Type Class Description classCompositeIndexTaskQueue<T extends IndexTask>Deprecated.since 7.9 UseIndexManagermethods instead of calling corresponding methods on queue directly. -
Uses of IndexTask in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement IndexTask Modifier and Type Class Description classAddChangeDocumentIndexTaskResponsible for removing and adding a change document for versioned content to the change index.classAddDocumentIndexTaskAdds a searchable to the content index.classContentIndexTaskclassDeleteChangeDocumentsIndexTaskRemoves all change documents for a particular searchable.classDeleteDocumentIndexTaskIndex task that removes a searchable from the content index.classNoOpIndexTaskRepresents a no operation index task.classRebuildChangeDocumentsIndexTaskResponsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).classReindexAllBlogsChangeIndexTaskUpdate all blogs in the change indexclassReindexAllBlogsContentIndexTaskUpdate all blogs in the content indexclassReindexAllSpacesChangeIndexTaskUpdate all spaces in the change index.classReindexAllSpacesContentIndexTaskUpdate all spaces in the content index.classReindexAllUsersChangeIndexTaskUpdates all personal information and associated user entries in the change index.classReindexAllUsersContentIndexTaskUpdates all personal information and associated user entries in the content index.classReindexUsersInGroupChangeIndexTaskUpdates all personal information and associated user entries in the change index for a particular group.classReindexUsersInGroupContentIndexTaskUpdates all personal information and associated user entries in the content index for a particular group.classUnindexContentTypeChangeIndexTaskRemoves documents with the specified content type from the change indexclassUnindexContentTypeContentIndexTaskRemoves documents with the specified content type from the content indexclassUnIndexSpaceChangeIndexTaskTask to unindex a space in the change index.classUnIndexSpaceContentIndexTaskTask to unindex a space in the content index.classUpdateDocumentIndexTask -
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex
Subinterfaces of IndexTask in com.atlassian.confluence.plugins.edgeindex Modifier and Type Interface Description interfaceEdgeIndexTaskThis interface is the same as theConfluenceIndexTask. -
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex.tasks
Classes in com.atlassian.confluence.plugins.edgeindex.tasks that implement IndexTask Modifier and Type Class Description classAddEdgeDocumentIndexTaskclassDeleteEdgeDocumentIndexTaskclassDeleteEdgeTargetingDocumentIndexTaskclassDeleteEdgeTypeByUserDocumentIndexTaskclassReIndexPermissionsIndexTask -
Uses of IndexTask in com.atlassian.confluence.search
Classes in com.atlassian.confluence.search with type parameters of type IndexTask Modifier and Type Interface Description interfaceIndexTaskQueue<T extends IndexTask>Confluence queues all of its index requests and then executes them in bulk. -
Uses of IndexTask in com.atlassian.confluence.search.lucene
Classes in com.atlassian.confluence.search.lucene with type parameters of type IndexTask Modifier and Type Interface Description interfaceIndexTaskQueue<T extends IndexTask>Deprecated.since 5.10, useIndexTaskQueueinstead -
Uses of IndexTask in com.atlassian.confluence.search.lucene.tasks
Subinterfaces of IndexTask in com.atlassian.confluence.search.lucene.tasks Modifier and Type Interface Description interfaceConfluenceIndexTaskAn index task that will perform writing to the index. -
Uses of IndexTask in com.atlassian.confluence.search.queue
Classes in com.atlassian.confluence.search.queue with type parameters of type IndexTask Modifier and Type Class Description classAbstractJournalIndexTaskQueue<T extends IndexTask>Abstract base class forIndexTaskQueueimplementations that are backed by the journal.classInMemoryIndexTaskQueue<T extends IndexTask>An in memory implementation of the Index Task Queue. -
Uses of IndexTask in com.atlassian.confluence.upgrade.upgradetask
Constructor parameters in com.atlassian.confluence.upgrade.upgradetask with type arguments of type IndexTask Constructor Description ReindexAllBlogsUpgradeTask(IndexTaskFactory indexTaskFactory, Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactory indexTaskFactory, ContentTypeEnum contentTypeEnum)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactory indexTaskFactory, String contentTypeRepresentation)
-