java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.searchindexer.SearchIndexerAdapter

public class SearchIndexerAdapter extends Object
Adapter providing convenient access to Confluence search operations. Used by XML restore.
Since:
8.2.0
  • Constructor Details

  • Method Details

    • reindexObjectsAsync

      public void reindexObjectsAsync(ParallelTasksExecutor parallelTasksExecutor, Collection<ImportedObjectV2> importedObjects)
      Generates records for journal (tasks for both main and change index).
      Parameters:
      parallelTasksExecutor -
      importedObjects - object to reindex
    • unIndexAll

      public void unIndexAll()
      Unindexes all content.
    • reIndexAll

      public void reIndexAll()
      Reindexes all content.