Class AsBoostRulesAddMergeStrategy
java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsBoostRulesMergeStrategy
de.hybris.platform.adaptivesearch.strategies.impl.AsBoostRulesAddMergeStrategy
- All Implemented Interfaces:
AsBoostRulesMergeStrategy
Default implementation of
AsBoostRulesMergeStrategy for ADD merge mode.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <V extends AsBoostRule>
voidmergeAfter(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> target) voidmergeBoostRules(AsSearchProfileResult source, AsSearchProfileResult target) Merges the boost rules from the source result into the target result.Methods inherited from class de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsBoostRulesMergeStrategy
getAsSearchProfileResultFactory, setAsSearchProfileResultFactory
-
Constructor Details
-
AsBoostRulesAddMergeStrategy
public AsBoostRulesAddMergeStrategy()
-
-
Method Details
-
mergeBoostRules
Description copied from interface:AsBoostRulesMergeStrategyMerges the boost rules from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
mergeAfter
protected <V extends AsBoostRule> void mergeAfter(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> target)
-