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.

    @FunctionalInterface
    public interface SolrAsCatalogVersionResolver
    Implementations of this interface should resolve the catalog version.
    • Method Detail

      • resolveCatalogVersions

        java.util.List<CatalogVersionModel> resolveCatalogVersions​(SearchQuery searchQuery)
        Resolves the catalog versions from the search query.
        Parameters:
        searchQuery - - the search query
        Returns:
        the catalog versions