public interface CategorySolrSearchProfileMatchStrategy
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
findExactMatch(Collection<CategorySolrSearchProfileModel> profiles,
CategoryModel currentCategory)
This method is looking for the exact matching search profile for the given category.
|
CategorySolrSearchProfileModel |
findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles,
Collection<List<CategoryModel>> categoryPaths,
CategoryModel currentCategory)
This method is looking for the nearest category search profile for the given category.
|
CategorySolrSearchProfileModel findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles, Collection<List<CategoryModel>> categoryPaths, CategoryModel currentCategory)
profiles - Category search profile set that contains search profiles to check.categoryPaths - Current categry path.currentCategory - Category for which the search profile should be found.CategorySolrSearchProfileModel findExactMatch(Collection<CategorySolrSearchProfileModel> profiles, CategoryModel currentCategory)
profiles - Category search profile set that contains search profiles to check.currentCategory - Category for which the search profile should be found.Copyright © 2017 SAP SE. All Rights Reserved.