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

Class SolrSearchByCustomExpressionProvider

  • All Implemented Interfaces:
    SearchExpressionProvider


    public class SolrSearchByCustomExpressionProvider
    extends SolrRESTSearchByCustomExpressionProvider
    This is a Solr specific implementation of the search expression provider for handling the search by custom expression - _wcf.search.mandatory.expr , _wcf.search.expr and _wcf.search.filter.expr. 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.mandatory.query , _wcf.search.internal.optional.query and _wcf.search.internal.filterquery control parameter.
    • Constructor Detail

      • SolrSearchByCustomExpressionProvider

        public SolrSearchByCustomExpressionProvider(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.