Interface AsBoostItemsMergeStrategy
- All Known Implementing Classes:
AbstractAsBoostItemsMergeStrategy,AsBoostItemsAddAfterMergeStrategy,AsBoostItemsAddBeforeMergeStrategy,AsBoostItemsReplaceMergeStrategy
public interface AsBoostItemsMergeStrategy
Strategy for merging boost items.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeBoostItems(AsSearchProfileResult source, AsSearchProfileResult target) Merges the boost items from the source result into the target result.
-
Method Details
-
mergeBoostItems
Merges the boost items from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-