Interface SolrAsCatalogVersionResolver
- All Known Implementing Classes:
DefaultSolrAsCatalogVersionResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Implementations of this interface should resolve the catalog version.
-
Method Summary
Modifier and TypeMethodDescriptionresolveCatalogVersions(SearchQuery searchQuery) Resolves the catalog versions from the search query.
-
Method Details
-
resolveCatalogVersions
Resolves the catalog versions from the search query.- Parameters:
searchQuery- - the search query- Returns:
- the catalog versions
-