Package sonia.scm.search
Class Indexer.ReIndexAllTask<T>
java.lang.Object
sonia.scm.search.Indexer.ReIndexAllTask<T>
- All Implemented Interfaces:
IndexTask<T>
Abstract class which builds the foundation for tasks which re-index all items.
- Since:
- 2.23.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReIndexAllTask
(IndexLogStore logStore, Class<T> type, int version) -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called after work is committed to the index.
-
Constructor Details
-
ReIndexAllTask
-
-
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 interfaceIndexTask<T>
-