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

Class SolrSearchByKeywordRelevancyExpressionProvider

  • All Implemented Interfaces:
    SearchExpressionProvider


    public class SolrSearchByKeywordRelevancyExpressionProvider
    extends SolrRESTSearchByKeywordRelevancyExpressionProvider
    This is a Solr specific implementation of the search expression provider for handling the search by keyword request using dismax query parser. 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.optional.query control parameter.
    • Constructor Detail

      • SolrSearchByKeywordRelevancyExpressionProvider

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