Class DefaultSnIndexerContextFactory
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContextFactory
de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContextFactory
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerContextFactory
- All Implemented Interfaces:
SnContextFactory,SnIndexContextFactory,SnIndexerContextFactory
- Direct Known Subclasses:
DefaultSnIndexerBatchContextFactory
public class DefaultSnIndexerContextFactory
extends DefaultSnIndexContextFactory
implements SnIndexerContextFactory
Default implementation for
SnIndexerContextFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerContext(SnIndexerRequest indexerRequest) Creates a new instance ofSnIndexerContext.protected voidpopulateIndexerContext(DefaultSnIndexerContext context, SnIndexerRequest indexerRequest) Methods inherited from class de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContextFactory
createIndexContextMethods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContextFactory
collectQualifiers, createContext, getSnIndexConfigurationService, getSnIndexTypeService, getSnQualifierTypeFactory, populateContext, setSnIndexConfigurationService, setSnIndexTypeService, setSnQualifierTypeFactory
-
Constructor Details
-
DefaultSnIndexerContextFactory
public DefaultSnIndexerContextFactory()
-
-
Method Details
-
createIndexerContext
Description copied from interface:SnIndexerContextFactoryCreates a new instance ofSnIndexerContext.- Specified by:
createIndexerContextin interfaceSnIndexerContextFactory- Parameters:
indexerRequest- - the indexer request- Returns:
- the new instance of
SnIndexerContext
-
populateIndexerContext
protected void populateIndexerContext(DefaultSnIndexerContext context, SnIndexerRequest indexerRequest)
-