Package com.atlassian.confluence.impl.upgrade.upgradetask
-
Class Summary Class Description AbstractIndexContentUpgradeTask IndexDraftsUpgradeTask This upgrade task is meant to index all the draft contents which were not indexable in prior versions, it will then allow users to access their existing drafts directly through the dashboard.ReindexAllBlogsUpgradeTask Upgrade task to re-index all blog post objects.SplitJournalUpgradeTask Does 2 things: Updates the journalentry table to move items from main_index to change_index if they are: DELETE_CHANGE_DOCUMENTS DELETE_CHANGE_DOCUMENTS ADD_CHANGE_DOCUMENT REBUILD_CHANGE_DOCUMENTS writes the most recent id from the main_index journal to the change_index journal so that the change_index will continue at the same item as the main_index as the {@see SplitIndexUpgradeTask} will already have copied the relevant changes to the new index.UnindexContentTypeUpgradeTask