Interface MassIndexingFailureHandler

All Superinterfaces:
MassIndexingFailureHandler

@Deprecated public interface MassIndexingFailureHandler extends MassIndexingFailureHandler
Deprecated.
A handler for failures occurring during mass indexing.

The handler should be used to report failures to application maintainers. The default failure handler simply delegates to the configured FailureHandler, which by default logs failures at the ERROR level, but it can be replaced with a custom implementations by configuring the mass indexer.

Handlers can be called from multiple threads simultaneously: implementations must be thread-safe.