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

Class SolrRESTSearchCatalogEntryViewAttachmentsQueryPostprocessor

  • All Implemented Interfaces:
    SearchQueryPostprocessor


    public class SolrRESTSearchCatalogEntryViewAttachmentsQueryPostprocessor
    extends AbstractSolrSearchQueryPostprocessor
    implements SearchQueryPostprocessor
    This is a Solr specific implementation of the search query post-processor for adding product's attachments to the response. It expects that product's were already added to the iSearchResponseObject by another search. A batch query to get all of the product's found in the iSearchResponseObject will be originated from this class. The returned attachments will be added to the original response.