Class FlexibleSearchSnIndexerItemSource
java.lang.Object
de.hybris.platform.searchservices.indexer.service.impl.FlexibleSearchSnIndexerItemSource
- All Implemented Interfaces:
SnIndexerItemSource
Implementation of
SnIndexerItemSource that uses flexible search queries.-
Constructor Summary
ConstructorsConstructorDescriptionFlexibleSearchSnIndexerItemSource(String query, Map<String, Object> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected FlexibleSearchServicegetPks(SnIndexerContext indexerContext) Returns the pks of the items to be indexed/deleted.
-
Constructor Details
-
FlexibleSearchSnIndexerItemSource
-
-
Method Details
-
getPks
Description copied from interface:SnIndexerItemSourceReturns the pks of the items to be indexed/deleted.- Specified by:
getPksin interfaceSnIndexerItemSource- Parameters:
indexerContext- - the indexer context- Returns:
- the pks of the items to be indexed/deleted.
- Throws:
SnIndexerException
-
getFlexibleSearchService
-