Interface AsBoostItemsMergeStrategy
-
- All Known Implementing Classes:
AbstractAsBoostItemsMergeStrategy,AsBoostItemsAddAfterMergeStrategy,AsBoostItemsAddBeforeMergeStrategy,AsBoostItemsReplaceMergeStrategy
public interface AsBoostItemsMergeStrategyStrategy for merging boost items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmergeBoostItems(AsSearchProfileResult source, AsSearchProfileResult target)Merges the boost items from the source result into the target result.
-
-
-
Method Detail
-
mergeBoostItems
void mergeBoostItems(AsSearchProfileResult source, AsSearchProfileResult target)
Merges the boost items from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
-