Interface AsFacetsMergeStrategy
- All Known Implementing Classes:
AbstractAsFacetsMergeStrategy,AsFacetsAddAfterMergeStrategy,AsFacetsAddBeforeMergeStrategy,AsFacetsReplaceMergeStrategy
public interface AsFacetsMergeStrategy
Strategy for merging facets.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeFacets(AsSearchProfileResult source, AsSearchProfileResult target) Merges the facets from the source result into the target result.
-
Method Details
-
mergeFacets
Merges the facets from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-