Interface BatchIndexer
- All Known Implementing Classes:
ConcurrentBatchIndexer
,DefaultBatchIndexer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides an abstraction for implementation that indexes large amount of data.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(List<HibernateHandle> handles, ReindexProgress progress)
-
Method Details
-
index
- Since:
- 7.14
-