Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerListener
-
-
Uses of IndexerListener in com.hybris.merchandising.indexer.listeners
Classes in com.hybris.merchandising.indexer.listeners that implement IndexerListener Modifier and Type Class Description classMerchIndexingListenerMerchIndexingListener is a listener for carrying out actions following a Solr index. -
Uses of IndexerListener in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners
Classes in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners that implement IndexerListener Modifier and Type Class Description classCommerceSessionInitializationListenerListener that initializes the session. -
Uses of IndexerListener in de.hybris.platform.marketplaceservices.catalog.impl
Classes in de.hybris.platform.marketplaceservices.catalog.impl that implement IndexerListener Modifier and Type Class Description classMarketplaceSessionInitializationListener -
Uses of IndexerListener in de.hybris.platform.solrfacetsearch.indexer
Subinterfaces of IndexerListener in de.hybris.platform.solrfacetsearch.indexer Modifier and Type Interface Description interfaceExtendedIndexerListenerExtending listener for indexer context. -
Uses of IndexerListener in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return types with arguments of type IndexerListener Modifier and Type Method Description protected java.util.List<IndexerListener>DefaultIndexerContextFactory. getListeners(DefaultIndexerContext context) -
Uses of IndexerListener in de.hybris.platform.solrfacetsearch.indexer.listeners
Classes in de.hybris.platform.solrfacetsearch.indexer.listeners that implement IndexerListener Modifier and Type Class Description classCommitModeListenerListener that applies the commit mode.classIndexerOperationListenerResponsible for creating and maintaining of IndexData and Index core/collection.classOptimizeModeListenerListener that applies the optimize mode.classSessionInitializationListenerListener that initializes the session.
-