Class R140300001XWIKI19571DataMigration

  • All Implemented Interfaces:
    DataMigration, HibernateDataMigration

    @Component
    @Singleton
    @Named("R140300001XWIKI19571")
    @Deprecated(since="14.8RC1")
    public class R140300001XWIKI19571DataMigration
    extends AbstractHibernateDataMigration
    Deprecated.
    link storage and indexing moved to Solr (implemented in xwiki-platform-search-solr-api)
    Migrate XWikiDocumentIndexingTask by saving the content of the table in memory. Then, after hibernate migration, when XWikiDocumentIndexingTask is created again, the rows are copied from memory to the new table.
    Since:
    14.3RC1
    Version:
    $Id: e3c04d0d233674b8904760120e7d8b4c737a326c $