Interface AsFacetsMergeStrategy
-
- All Known Implementing Classes:
AbstractAsFacetsMergeStrategy,AsFacetsAddAfterMergeStrategy,AsFacetsAddBeforeMergeStrategy,AsFacetsReplaceMergeStrategy
public interface AsFacetsMergeStrategyStrategy for merging facets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmergeFacets(AsSearchProfileResult source, AsSearchProfileResult target)Merges the facets from the source result into the target result.
-
-
-
Method Detail
-
mergeFacets
void mergeFacets(AsSearchProfileResult source, AsSearchProfileResult target)
Merges the facets from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
-