com.ibm.commerce.catalog.facade.server.services.search.expression.solr

Class SolrSearchByManufacturerExpressionProvider

  • All Implemented Interfaces:
    SearchExpressionProvider


    public class SolrSearchByManufacturerExpressionProvider
    extends SolrRESTSearchByManufacturerExpressionProvider
    This is a Solr specific implementation of the search expression provider for handling the search by brand name request. This provider helps converting an XPath expression into a Solr specific expression. The resulting Solr expression will be added back into the SelectionCriteria object for other downstream processing using the _wcf.search.internal.meta control parameter.
    • Constructor Detail

      • SolrSearchByManufacturerExpressionProvider

        public SolrSearchByManufacturerExpressionProvider(java.lang.String componentId)
        Creates an instance of the search expression provider for a particular component. This instance can be used and re-used for future search requests.
        Parameters:
        componentId - The target component.