Interface AsBoostRulesMergeStrategy
-
- All Known Implementing Classes:
AbstractAsBoostRulesMergeStrategy,AsBoostRulesAddMergeStrategy,AsBoostRulesReplaceMergeStrategy
public interface AsBoostRulesMergeStrategyStrategy for merging boost rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmergeBoostRules(AsSearchProfileResult source, AsSearchProfileResult target)Merges the boost rules from the source result into the target result.
-
-
-
Method Detail
-
mergeBoostRules
void mergeBoostRules(AsSearchProfileResult source, AsSearchProfileResult target)
Merges the boost rules from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
-