Interface SolrAsCategoryPathResolver
-
- All Known Implementing Classes:
DefaultSolrAsCategoryPathResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SolrAsCategoryPathResolverImplementations of this interface should build the category path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CategoryModel>resolveCategoryPath(SearchQuery searchQuery, java.util.List<CatalogVersionModel> catalogVersions)Returns the category path.
-
-
-
Method Detail
-
resolveCategoryPath
java.util.List<CategoryModel> resolveCategoryPath(SearchQuery searchQuery, java.util.List<CatalogVersionModel> catalogVersions)
Returns the category path.- Parameters:
searchQuery- - the search querycatalogVersions- - the catalog versions- Returns:
- the category path
-
-