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
ConstructorsModifierConstructorDescriptionprotectedReIndexAllTask(IndexLogStore logStore, Class<T> type, int version)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called after work is committed to the index. 
- 
Constructor Details
- 
ReIndexAllTask
 
 - 
 - 
Method Details
- 
afterUpdate
public void afterUpdate()Description copied from interface:IndexTaskThis method is called after work is committed to the index.- Specified by:
 afterUpdatein interfaceIndexTask<T>
 
 -