Interface AsBoostRulesMergeStrategy
- All Known Implementing Classes:
AbstractAsBoostRulesMergeStrategy,AsBoostRulesAddMergeStrategy,AsBoostRulesReplaceMergeStrategy
public interface AsBoostRulesMergeStrategy
Strategy for merging boost rules.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeBoostRules(AsSearchProfileResult source, AsSearchProfileResult target) Merges the boost rules from the source result into the target result.
-
Method Details
-
mergeBoostRules
Merges the boost rules from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-