Class | Description |
---|---|
SolrRESTSearchBasedMerchandisingExpressionProvider |
This is a Solr-specific implementation of the search-based merchandising
expression provider.
|
SolrRESTSearchByCatalogExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the catalog context.
|
SolrRESTSearchByCategoryExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by category request.
|
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 . |
SolrRESTSearchByFacetExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by facet request.
|
SolrRESTSearchByIdentifierExpressionProvider |
This is a Solr specific implementation of the search expression provider for
looking up by identifier(s) using dismax query parser.
|
SolrRESTSearchByKeywordExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by keyword request.
|
SolrRESTSearchByKeywordRelevancyExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by keyword request using dismax query parser.
|
SolrRESTSearchByManufacturerExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by brand name request.
|
SolrRESTSearchByPriceExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the search by price range request.
|
SolrRESTSearchByPublishedEntryOnlyExpressionProvider |
This is a Solr specific implementation of the search expression provider for
restricting search results to only published entries.
|
SolrRESTSearchByStorePathExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling store path.
|
SolrRESTSearchCategoryEntitlementExpressionProvider |
This is a Solr specific implementation of the search expression provider for
product entitlement.
|
SolrRESTSearchCategorySequencingExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the category sequencing during catalog navigation.
|
SolrRESTSearchExpressionProvider |
This is a Solr specific implementation of the search expression provider for
use with RESTful services.
|
SolrRESTSearchFacetConditionExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling dynamic facets.
|
SolrRESTSearchProductSequencingExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the product sequencing during catalog navigation.
|
SolrRESTSearchShallowCategoryExpressionProvider |
This is a Solr specific implementation of the search expression provider for
handling the shallow subcategory search by category request.
|
SolrRESTSearchTermAssociationExpressionProvider |
This is a Solr specific implementation of the search expression provider for
expanding the search term into its synonyms using the search term association
data in WebSphere Commerce database instead of using the Solr
SynonymFactory . |
SolrRESTSearchTypeExpressionProvider |
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.
|
SolrRESTSearchWebContentStoreInfoExpressionProvider |
This is a Solr specific implementation of the search expression provider for
creating a mandatory search condition for searching unstructured content,
along with a store path if applies.
|