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

Class SolrRESTSearchTypeExpressionProvider

  • All Implemented Interfaces:
    SearchExpressionProvider
    Direct Known Subclasses:
    SolrSearchTypeExpressionProvider


    public class SolrRESTSearchTypeExpressionProvider
    extends AbstractSolrSearchExpressionProvider
    implements SearchExpressionProvider
    This is a Solr specific implementation of the search expression provider for creating the necessary sub-expression for each search type, such as ANY with NO SKU. The resulting Solr expression will be added back into the SelectionCriteria object for other downstream processing using the _wcf.search.internal.filterquery control parameter.