Class ValueCoercionSnIndexerValueProcessor
java.lang.Object
de.hybris.platform.searchservices.indexer.service.impl.ValueCoercionSnIndexerValueProcessor
- All Implemented Interfaces:
SnIndexerValueProcessor
Implementation of
SnIndexerValueProvider that adjusts the value based on the field configuration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectadjustToMultiValuedConfiguration(SnIndexerFieldWrapper fieldWrapper, Object value) process(SnIndexerContext indexerContext, SnIndexerFieldWrapper fieldWrapper, Object source)
-
Constructor Details
-
ValueCoercionSnIndexerValueProcessor
public ValueCoercionSnIndexerValueProcessor()
-
-
Method Details
-
process
public Object process(SnIndexerContext indexerContext, SnIndexerFieldWrapper fieldWrapper, Object source) throws SnIndexerException - Specified by:
processin interfaceSnIndexerValueProcessor- Parameters:
indexerContext- - the indexer contextfieldWrapper- - the field wrapper- Returns:
- the processed value
- Throws:
SnIndexerException
-
adjustToMultiValuedConfiguration
-