Class IndexerOperationListener
java.lang.Object
de.hybris.platform.solrfacetsearch.indexer.listeners.IndexerOperationListener
- All Implemented Interfaces:
ExtendedIndexerListener,IndexerListener
Responsible for creating and maintaining of IndexData and Index core/collection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidafterIndexError(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextfailed.voidafterPrepareContext(IndexerContext context) The implementation of this method will be invoked after the context preparation.voidbeforeIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextis about to begin.protected StringresolveStagedQualifier(Index index) voidsetSolrIndexOperationService(SolrIndexOperationService solrIndexOperationService) voidsetSolrIndexService(SolrIndexService solrIndexService) voidsetSolrSearchProviderFactory(SolrSearchProviderFactory solrSearchProviderFactory)
-
Field Details
-
DEFAULT_QUALIFIER
- See Also:
-
FLIP_QUALIFIER
- See Also:
-
FLOP_QUALIFIER
- See Also:
-
-
Constructor Details
-
IndexerOperationListener
public IndexerOperationListener()
-
-
Method Details
-
afterPrepareContext
Description copied from interface:ExtendedIndexerListenerThe implementation of this method will be invoked after the context preparation.- Specified by:
afterPrepareContextin interfaceExtendedIndexerListener- Parameters:
context- - TheIndexerContext- Throws:
IndexerException
-
beforeIndex
Description copied from interface:IndexerListenerHandles a notification that the indexing for a particularIndexerContextis about to begin.- Specified by:
beforeIndexin interfaceIndexerListener- Parameters:
context- - theIndexerContext- Throws:
IndexerException- if an error occurs
-
afterIndex
Description copied from interface:IndexerListenerHandles a notification that the indexing for a particularIndexerContexthas just been completed.- Specified by:
afterIndexin interfaceIndexerListener- Parameters:
context- - theIndexerContext- Throws:
IndexerException- if an error occurs
-
afterIndexError
Description copied from interface:IndexerListenerHandles a notification that the indexing for a particularIndexerContextfailed.- Specified by:
afterIndexErrorin interfaceIndexerListener- Parameters:
context- - theIndexerContext- Throws:
IndexerException- if an error occurs
-
resolveStagedQualifier
-
getSolrIndexOperationService
-
setSolrIndexOperationService
-
getSolrIndexService
-
setSolrIndexService
-
getSolrSearchProviderFactory
-
setSolrSearchProviderFactory
-