Class Indexer.ReIndexAllTask<T>

java.lang.Object
sonia.scm.search.Indexer.ReIndexAllTask<T>
All Implemented Interfaces:
IndexTask<T>
Enclosing interface:
Indexer<T>

public abstract static class Indexer.ReIndexAllTask<T> extends Object implements IndexTask<T>
Abstract class which builds the foundation for tasks which re-index all items.
Since:
2.23.0
  • Constructor Details

    • ReIndexAllTask

      protected ReIndexAllTask(IndexLogStore logStore, Class<T> type, int version)
  • Method Details

    • afterUpdate

      public void afterUpdate()
      Description copied from interface: IndexTask
      This method is called after work is committed to the index.
      Specified by:
      afterUpdate in interface IndexTask<T>