Uses of Interface
com.atlassian.confluence.search.IndexTask
Packages that use IndexTask
Package
Description
-
Uses of IndexTask in com.atlassian.confluence.impl.admin.actions
Classes in com.atlassian.confluence.impl.admin.actions with type parameters of type IndexTaskModifier and TypeClassDescriptionclassAbstractViewIndexQueueAction<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 IndexTaskModifier and TypeClassDescriptionclassCompositeIndexTaskQueue<T extends IndexTask>Deprecated.classInMemoryIndexTaskQueue<T extends IndexTask>An in memory implementation of the Index Task Queue. -
Uses of IndexTask in com.atlassian.confluence.internal.search.queue
Classes in com.atlassian.confluence.internal.search.queue with type parameters of type IndexTaskModifier and TypeClassDescriptionclassAbstractJournalIndexTaskQueue<T extends IndexTask>Abstract base class forIndexTaskQueueimplementations that are backed by the journal. -
Uses of IndexTask in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement IndexTaskModifier and TypeClassDescriptionclassResponsible for removing and adding a change document for versioned content to the change index.classAdds a searchable to the content index.classAdding change document based on prefetch dataclassThis class simply write document into Lucene/OS without needed to extract itclassclassRemoves all change documents for a particular searchable.classIndex task that removes a searchable from the content index.classRepresents a no operation index task.classResponsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).classUpdate all blogs in the change indexclassUpdate all blogs in the content indexclassUpdate all spaces in the change index.classUpdate all spaces in the content index.classUpdates all personal information and associated user entries in the change index.classUpdates all personal information and associated user entries in the content index.classUpdate all spaces in the content index.classUpdates all personal information and associated user entries in the change index for a particular group.classUpdates all personal information and associated user entries in the content index for a particular group.classRemoves documents with the specified content type from the change indexclassRemoves documents with the specified content type from the content indexclassTask to unindex a space in the change index.classTask to unindex a space in the content index.classclass -
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex
Subinterfaces of IndexTask in com.atlassian.confluence.plugins.edgeindexModifier and TypeInterfaceDescriptioninterfaceThis 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 IndexTaskModifier and TypeClassDescriptionclassclassclassclassclassTask to rebuild the edge indexclass -
Uses of IndexTask in com.atlassian.confluence.search
Classes in com.atlassian.confluence.search with type parameters of type IndexTaskModifier and TypeInterfaceDescriptioninterfaceIndexTaskQueue<T extends IndexTask>Confluence queues all of its index requests and then executes them in bulk.Subinterfaces of IndexTask in com.atlassian.confluence.searchModifier and TypeInterfaceDescriptioninterfaceAn index task that will perform writing to the index.
IndexManagermethods instead of calling corresponding methods on queue directly.