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

Class SolrRESTSearchCatalogEntryViewSKUQueryPostprocessor

  • All Implemented Interfaces:
    SearchQueryPostprocessor


    public class SolrRESTSearchCatalogEntryViewSKUQueryPostprocessor
    extends AbstractSolrSearchQueryPostprocessor
    implements SearchQueryPostprocessor
    This is a Solr specific implementation of the search query post-processor for adding product's SKUs 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 SKUs will be added to the original response. Result grouping is being used to group the underlying SKUs.