Interface ExtendedIndexerListener
- All Superinterfaces:
IndexerListener
- All Known Implementing Classes:
IndexerOperationListener
Extending listener for indexer context.
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterPrepareContext(IndexerContext context) The implementation of this method will be invoked after the context preparation.Methods inherited from interface de.hybris.platform.solrfacetsearch.indexer.IndexerListener
afterIndex, afterIndexError, beforeIndex
-
Method Details
-
afterPrepareContext
The implementation of this method will be invoked after the context preparation.- Parameters:
context- - TheIndexerContext- Throws:
IndexerException
-