|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchFacetDTO | |
|---|---|
| org.broadleafcommerce.core.search.domain | |
| org.broadleafcommerce.core.search.service | |
| org.broadleafcommerce.core.search.service.solr | |
| Uses of SearchFacetDTO in org.broadleafcommerce.core.search.domain |
|---|
| Fields in org.broadleafcommerce.core.search.domain with type parameters of type SearchFacetDTO | |
|---|---|
protected List<SearchFacetDTO> |
ProductSearchResult.facets
|
| Methods in org.broadleafcommerce.core.search.domain that return types with arguments of type SearchFacetDTO | |
|---|---|
List<SearchFacetDTO> |
ProductSearchResult.getFacets()
|
| Method parameters in org.broadleafcommerce.core.search.domain with type arguments of type SearchFacetDTO | |
|---|---|
void |
ProductSearchResult.setFacets(List<SearchFacetDTO> facets)
|
| Uses of SearchFacetDTO in org.broadleafcommerce.core.search.service |
|---|
| Methods in org.broadleafcommerce.core.search.service that return types with arguments of type SearchFacetDTO | |
|---|---|
protected List<SearchFacetDTO> |
DatabaseSearchServiceImpl.buildSearchFacetDtos(List<SearchFacet> categoryFacets)
Create the wrapper DTO around the SearchFacet |
List<SearchFacetDTO> |
DatabaseSearchServiceImpl.getCategoryFacets(Category category)
|
List<SearchFacetDTO> |
SearchService.getCategoryFacets(Category category)
Gets all available facets for a given category |
List<SearchFacetDTO> |
DatabaseSearchServiceImpl.getSearchFacets()
|
List<SearchFacetDTO> |
SearchService.getSearchFacets()
Gets all available facets for search results page |
| Method parameters in org.broadleafcommerce.core.search.service with type arguments of type SearchFacetDTO | |
|---|---|
protected void |
DatabaseSearchServiceImpl.setActiveFacets(List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria)
|
| Uses of SearchFacetDTO in org.broadleafcommerce.core.search.service.solr |
|---|
| Methods in org.broadleafcommerce.core.search.service.solr that return types with arguments of type SearchFacetDTO | |
|---|---|
protected List<SearchFacetDTO> |
SolrSearchServiceImpl.buildSearchFacetDTOs(List<SearchFacet> searchFacets)
Create the wrapper DTO around the SearchFacet |
List<SearchFacetDTO> |
SolrSearchServiceImpl.getCategoryFacets(Category category)
|
protected Map<String,SearchFacetDTO> |
SolrSearchServiceImpl.getNamedFacetMap(List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria)
|
List<SearchFacetDTO> |
SolrSearchServiceImpl.getSearchFacets()
|
| Methods in org.broadleafcommerce.core.search.service.solr with parameters of type SearchFacetDTO | |
|---|---|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.filterSearchFacetRanges(SearchFacetDTO dto,
List<SearchFacetRange> ranges)
Builds the search facet ranges for the provided dto. |
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.filterSearchFacetRanges(SearchFacetDTO dto,
List<SearchFacetRange> ranges)
|
| Method parameters in org.broadleafcommerce.core.search.service.solr with type arguments of type SearchFacetDTO | |
|---|---|
protected void |
SolrSearchServiceImpl.attachActiveFacetFilters(org.apache.solr.client.solrj.SolrQuery query,
Map<String,SearchFacetDTO> namedFacetMap,
ProductSearchCriteria searchCriteria)
Restricts the query by adding active facet filters. |
protected void |
SolrSearchServiceImpl.attachFacets(org.apache.solr.client.solrj.SolrQuery query,
Map<String,SearchFacetDTO> namedFacetMap)
Notifies solr about which facets you want it to determine results and counts for |
protected ProductSearchResult |
SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort)
Deprecated. in favor of the other findProducts() method |
protected ProductSearchResult |
SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort,
String... filterQueries)
Given a qualified solr query string (such as "category:2002"), actually performs a solr search. |
protected Map<String,SearchFacetDTO> |
SolrSearchServiceImpl.getNamedFacetMap(List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria)
|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.modifySolrQuery(org.apache.solr.client.solrj.SolrQuery query,
String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort)
Provides an extension point to modify the SolrQuery. |
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.modifySolrQuery(org.apache.solr.client.solrj.SolrQuery query,
String qualifiedSolrQuery,
List<SearchFacetDTO> facets,
ProductSearchCriteria searchCriteria,
String defaultSort)
|
protected void |
SolrSearchServiceImpl.setFacetResults(Map<String,SearchFacetDTO> namedFacetMap,
org.apache.solr.client.solrj.response.QueryResponse response)
Builds out the DTOs for facet results from the search. |
protected void |
SolrSearchServiceImpl.sortFacetResults(Map<String,SearchFacetDTO> namedFacetMap)
Invoked to sort the facet results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||