Interface BatchIndexer
-
- All Known Implementing Classes:
ConcurrentBatchIndexer
,LuceneBatchIndexer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@ExperimentalApi @FunctionalInterface public interface BatchIndexer
Provides an abstraction for implementation that indexes large amount of data.- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
index(List<HibernateHandle> handles, ReindexProgress progress)
-
-
-
Method Detail
-
index
void index(List<HibernateHandle> handles, ReindexProgress progress)
- Since:
- 7.14
-
-