Uses of Interface
com.atlassian.confluence.search.IndexTask
Package
Description
-
Uses of IndexTask in com.atlassian.confluence.impl.admin.actions
Modifier and TypeClassDescriptionclass
AbstractViewIndexQueueAction<T extends IndexTask>
Base class for actions that view index queuesclass
ViewChangeIndexQueueAction<T extends IndexTask>
Action to support viewing the changes index queueclass
ViewContentIndexQueueAction<T extends IndexTask>
Action to support viewing the content index queue -
Uses of IndexTask in com.atlassian.confluence.impl.search.queue
Modifier and TypeClassDescriptionclass
CompositeIndexTaskQueue<T extends IndexTask>
Deprecated.class
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue. -
Uses of IndexTask in com.atlassian.confluence.internal.search.queue
Modifier and TypeClassDescriptionclass
AbstractJournalIndexTaskQueue<T extends IndexTask>
Abstract base class forIndexTaskQueue
implementations that are backed by the journal. -
Uses of IndexTask in com.atlassian.confluence.internal.search.tasks
Modifier and TypeClassDescriptionclass
Responsible for removing and adding a change document for versioned content to the change index.class
Adds a searchable to the content index.class
class
Removes all change documents for a particular searchable.class
Index task that removes a searchable from the content index.class
Represents a no operation index task.class
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
Update all blogs in the change indexclass
Update all blogs in the content indexclass
Update all spaces in the change index.class
Update all spaces in the content index.class
Updates all personal information and associated user entries in the change index.class
Updates all personal information and associated user entries in the content index.class
Updates all personal information and associated user entries in the change index for a particular group.class
Updates all personal information and associated user entries in the content index for a particular group.class
Removes documents with the specified content type from the change indexclass
Removes documents with the specified content type from the content indexclass
Task to unindex a space in the change index.class
Task to unindex a space in the content index.class
-
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex
Modifier and TypeInterfaceDescriptioninterface
This interface is the same as theConfluenceIndexTask
. -
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex.tasks
Modifier and TypeClassDescriptionclass
class
class
class
class
Task to rebuild the edge indexclass
-
Uses of IndexTask in com.atlassian.confluence.search
Modifier and TypeInterfaceDescriptioninterface
IndexTaskQueue<T extends IndexTask>
Confluence queues all of its index requests and then executes them in bulk.Modifier and TypeInterfaceDescriptioninterface
An index task that will perform writing to the index.
IndexManager
methods instead of calling corresponding methods on queue directly.