Package sonia.scm.search
Interface IndexTask<T>
- Type Parameters:
T
- type of indexed objects
- All Known Subinterfaces:
SerializableIndexTask<T>
- All Known Implementing Classes:
Indexer.ReIndexAllTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A task which updates an index.
- Since:
- 2.23.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
This method is called after work is committed to the index.void
Execute operations on the index.
-
Method Details
-
update
Execute operations on the index. -
afterUpdate
default void afterUpdate()This method is called after work is committed to the index.
-