com.ibm.commerce.foundation.server.services.rest.search.postprocessor.solr

Class SolrRESTSearchCatalogEntryViewComponentsQueryPostprocessor

  • All Implemented Interfaces:
    SearchQueryPostprocessor


    public class SolrRESTSearchCatalogEntryViewComponentsQueryPostprocessor
    extends AbstractSolrSearchQueryPostprocessor
    implements SearchQueryPostprocessor
    This is a Solr specific implementation of the search query post-processor for adding Bundle's and Packages components into the response. It expects that a catalog entry with bundleBean, or PackageBean is already added to the iSearchResponseObject by another search. A batch query to get the components details will be originated from this class. The returned components will be added to the original response.