Uses of Interface
com.atlassian.confluence.search.ConfluenceIndexTask
Packages that use ConfluenceIndexTask
Package
Description
-
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search that return types with arguments of type ConfluenceIndexTaskMethods in com.atlassian.confluence.impl.search with parameters of type ConfluenceIndexTaskConstructor parameters in com.atlassian.confluence.impl.search with type arguments of type ConfluenceIndexTaskModifierConstructorDescriptionCompositeIndexManager
(List<IncrementalIndexManager> incrementalManagers, IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue, FullReindexManager fullReindexManager) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.search.queue
Methods in com.atlassian.confluence.impl.search.queue that return ConfluenceIndexTaskModifier and TypeMethodDescriptionprotected ConfluenceIndexTask
ChangeIndexTaskQueue.toTask
(JournalEntry entry) protected ConfluenceIndexTask
ContentIndexTaskQueue.toTask
(JournalEntry entry) Methods in com.atlassian.confluence.impl.search.queue that return types with arguments of type ConfluenceIndexTaskModifier and TypeMethodDescriptionprotected Function<JournalEntry,
ConfluenceIndexTask> ChangeIndexTaskQueue.prefetch
(Iterable<JournalEntry> entries) protected Function<JournalEntry,
ConfluenceIndexTask> ContentIndexTaskQueue.prefetch
(Iterable<JournalEntry> entries) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.upgrade.upgradetask
Method parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type ConfluenceIndexTaskModifier and TypeMethodDescriptionprotected void
SplitJournalUpgradeTask.createChangeTasks
(JournalEntryType journalEntryType, Function<JournalEntry, ConfluenceIndexTask> changeTaskCreator) Create tasks to be written to the change index for all tasks that were previously writing both change and content documents -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return ConfluenceIndexTaskModifier and TypeMethodDescriptionIndexTaskFactoryInternal.createAddChangeDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createAddDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createReIndexPermissionsTask
(Searchable searchable) Creates a task to re-index permissions only for the given content.IndexTaskFactoryInternal.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever, boolean includeDependents) Methods in com.atlassian.confluence.internal.search with parameters of type ConfluenceIndexTaskModifier and TypeMethodDescriptionvoid
IncrementalIndexManager.addTask
(ConfluenceIndexTask task) Adds a new task to the index queuevoid
LuceneIncrementalIndexManager.addTask
(ConfluenceIndexTask task) Method parameters in com.atlassian.confluence.internal.search with type arguments of type ConfluenceIndexTaskModifier and TypeMethodDescriptionvoid
QueuingConfluenceIndexer.setTaskQueue
(IndexTaskQueue<ConfluenceIndexTask> taskQueue) Constructor parameters in com.atlassian.confluence.internal.search with type arguments of type ConfluenceIndexTaskModifierConstructorDescriptionLuceneIncrementalIndexManager
(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search.queue
Methods in com.atlassian.confluence.internal.search.queue with parameters of type ConfluenceIndexTaskModifier and TypeMethodDescriptionprotected Optional<JournalEntry>
JournalIndexTaskQueue.toEntry
(ConfluenceIndexTask task) Converts an ConfluenceIndexTask to a JournalEntry. -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement ConfluenceIndexTaskModifier 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
Adding change document based on prefetch dataclass
This class simply write document into Lucene/OS without needed to extract itclass
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
Update all spaces 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
class
Methods in com.atlassian.confluence.internal.search.tasks that return ConfluenceIndexTaskModifier and TypeMethodDescriptionDefaultIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable) Constructs an add change document task.DefaultIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createAddDocumentTask
(Searchable searchable) NOTE: Do not call this method without first callingDefaultIndexTaskFactory.createDeleteDocumentTask(Searchable)
for the same object.DefaultIndexTaskFactory.createAddDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createDeleteChangeDocumentsIndexTask
(Searchable searchable) DefaultIndexTaskFactory.createDeleteChangeDocumentsIndexTask
(String handle) DefaultIndexTaskFactory.createDeleteDocumentTask
(Searchable searchable) DefaultIndexTaskFactory.createDeleteDocumentTask
(String handle) DefaultIndexTaskFactory.createRebuildChangeDocumentsIndexTask
(Searchable searchable) DefaultIndexTaskFactory.createReIndexPermissionsTask
(Searchable searchable) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable) Returns an update document task.DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, boolean includeDependents) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever, boolean includeDependents) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindex
Subinterfaces of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindexModifier and TypeInterfaceDescriptioninterface
This interface is the same as theConfluenceIndexTask
. -
Uses of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindex.tasks
Classes in com.atlassian.confluence.plugins.edgeindex.tasks that implement ConfluenceIndexTaskModifier and TypeClassDescriptionclass
class
class
class
class
Task to rebuild the edge indexclass
-
Uses of ConfluenceIndexTask in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ConfluenceIndexTaskModifier and TypeMethodDescriptionIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable) IndexTaskFactory.createAddDocumentTask
(Searchable searchable) IndexTaskFactory.createDeleteChangeDocumentsIndexTask
(Searchable searchable) IndexTaskFactory.createDeleteChangeDocumentsIndexTask
(String handle) IndexTaskFactory.createDeleteDocumentTask
(Searchable searchable) IndexTaskFactory.createDeleteDocumentTask
(String handle) IndexTaskFactory.createRebuildChangeDocumentsIndexTask
(Searchable searchable) IndexTaskFactory.createUpdateDocumentTask
(Searchable searchable) IndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, boolean includeDependents) Methods in com.atlassian.confluence.search with parameters of type ConfluenceIndexTaskModifier and TypeMethodDescriptionvoid
IndexManager.addTask
(ConfluenceIndexTask task) Adds a new task to the index queue