Interface SolrIndexDao

All Known Implementing Classes:
SolrIndexDaoImpl

public interface SolrIndexDao
Provides some specialized catalog retrieval methods for SolrIndexService for maximum efficiency of solr document creation during indexing.
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Populate the contents of a lightweight catalog structure for a list of products.
  • Method Details

    • populateProductCatalogStructure

      void populateProductCatalogStructure(List<Long> productIds, CatalogStructure catalogStructure)
      Populate the contents of a lightweight catalog structure for a list of products.
      Parameters:
      productIds -
      catalogStructure - lightweight container defining product and category hierarchies
      See Also: