Class DefaultBatchIndexer

java.lang.Object
com.atlassian.confluence.internal.index.DefaultBatchIndexer
All Implemented Interfaces:
BatchIndexer

@Internal public class DefaultBatchIndexer extends Object implements BatchIndexer
A single-threaded batch indexing implementation. Intended for usage by ConcurrentBatchIndexer.

Manages batches of indexable content. Progress updates are now handled by ConcurrentBatchIndexer.

Since:
5.10