Interface SearchQueryCatalogVersionsResolver

All Known Implementing Classes:
DefaultSearchQueryCatalogVersionsResolver

public interface SearchQueryCatalogVersionsResolver
Implementations of this interface should provide a list of CatalogVersionModel based on FacetSearchConfig and/or IndexedType
  • Method Details

    • resolveCatalogVersions

      List<CatalogVersionModel> resolveCatalogVersions(FacetSearchConfig facetSearchConfig, IndexedType indexedType)
      Method to resolve the catalog versions
      Parameters:
      facetSearchConfig - - the facet search configuration
      indexedType - - the indexed type
      Returns:
      the resolved catalog versions