Uses of Class
com.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
Packages that use AbstractSolrQueryContributor
-
Uses of AbstractSolrQueryContributor in com.broadleafcommerce.search.provider.solr
Subclasses of AbstractSolrQueryContributor in com.broadleafcommerce.search.provider.solrModifier and TypeClassDescriptionclass
Add query filters to narrow query results to only those within the current application context.class
Add query filters to narrow query results down to the most specific Catalog context provided.class
Add query filters to narrow query results to only those within the current Customer Context.class
WhenSearchSettingsProperties.isEnabled()
is true, this will be applied in non-Admin contexts to exclude non-searchable and non-online products from results.class
Adds query filters for active start and end dates for catalog queries.class
class
This contributor is responsible for applying filter queries (fq params) to the solr query.class
Sets Solr's "fl" value to designate which fields should be returned in a search response.class
Handles attaching any relevant sorting (price, alphabetical, etc) to the search request.class
Ifspell check is enabled
, this sets the necessary parameters on the Solr request.class
Replace standard query with typed queries to include custom querying and boosts on query type / field combinations.class
This contributor is responsible for applying the query parser boost parameter to the solr query.class
Add query filters to narrow query results down to the most specific Sandbox context provided.class
This contributor adds the score parameter into the field list to be returned.class
Add query filters to narrow query results to only those within the current tenant context.class
Add query filters to narrow query results to only those within the user's allowed vendor restrictions.