Class ValueCoercionSnIndexerValueProcessor
- java.lang.Object
-
- de.hybris.platform.searchservices.indexer.service.impl.ValueCoercionSnIndexerValueProcessor
-
- All Implemented Interfaces:
SnIndexerValueProcessor
public class ValueCoercionSnIndexerValueProcessor extends java.lang.Object implements SnIndexerValueProcessor
Implementation ofSnIndexerValueProviderthat adjusts the value based on the field configuration.
-
-
Constructor Summary
Constructors Constructor Description ValueCoercionSnIndexerValueProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectadjustToMultiValuedConfiguration(SnIndexerFieldWrapper fieldWrapper, java.lang.Object value)java.lang.Objectprocess(SnIndexerContext indexerContext, SnIndexerFieldWrapper fieldWrapper, java.lang.Object source)
-
-
-
Method Detail
-
process
public java.lang.Object process(SnIndexerContext indexerContext, SnIndexerFieldWrapper fieldWrapper, java.lang.Object source) throws SnIndexerException
- Specified by:
processin interfaceSnIndexerValueProcessor- Parameters:
indexerContext- - the indexer contextfieldWrapper- - the field wrapper- Returns:
- the processed value
- Throws:
SnIndexerException
-
adjustToMultiValuedConfiguration
protected java.lang.Object adjustToMultiValuedConfiguration(SnIndexerFieldWrapper fieldWrapper, java.lang.Object value)
-
-