| Modifier and Type | Method and Description |
|---|---|
protected Converter<SolrSearchRequest,SolrSearchResponse> |
DefaultFacetSearchDataService.getSearchRequestConverter() |
protected Converter<SolrSearchResponse,ProductCategorySearchPageData> |
DefaultFacetSearchDataService.getSearchResponseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFacetSearchDataService.setSearchRequestConverter(Converter<SolrSearchRequest,SolrSearchResponse> searchRequestConverter) |
void |
DefaultFacetSearchDataService.setSearchResponseConverter(Converter<SolrSearchResponse,ProductCategorySearchPageData> searchResponseConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FacetVisibilityRulePopulator.evaluateAll(SolrSearchResponse source,
SearchPageData target,
FacetData facetToTest,
Map<FacetVisibilityRuleCondition,List<R>> filtersByCondition) |
protected IndexedProperty |
SolrFacetReconfigurationPopulator.getIndexedPropertyByName(SolrSearchResponse response,
String name) |
void |
SearchResponseConditionalFacetFilterPopulator.populate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,SearchQuery,INDEXED_TYPE_SORT_TYPE,SearchResult> source,
FacetSearchPageData<SolrSearchQueryData,ITEM> target) |
void |
FacetVisibilityRulePopulator.populate(SolrSearchResponse source,
ProductCategorySearchPageData<SolrSearchQueryData,I,CategoryModel> target) |
| Constructor and Description |
|---|
CategorySelectedFacetVisibilityRule(FacetVisibilityRuleEvaluator<SolrSearchResponse,ProductSearchPageData,CategorySelectedFacetVisibilityRule> evaluator,
FacetVisibilityRuleCondition condition,
Collection<CategoryModel> categories) |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrOtherFacetValueCountRuleEvaluator<NATIVESEARCHRESULT extends SolrSearchResponse,RULE extends OtherFacetValueCountFacetVisibilityRule>
We have to use the raw Solr Response and the Other Facet may not be a visible facet and there hidden by the commerce
layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
SolrCategorySelectedRuleEvaluator.getCategoryFacetCodes(SolrSearchResponse searchResponse) |
| Modifier and Type | Method and Description |
|---|---|
FacetVisibilityRuleEvaluator<SolrSearchResponse,ProductSearchPageData,CategorySelectedFacetVisibilityRule> |
CategorySelectedFacetVisibilityRulePlugin.getEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategorySelectedFacetVisibilityRulePlugin.setEvaluator(FacetVisibilityRuleEvaluator<SolrSearchResponse,ProductSearchPageData,CategorySelectedFacetVisibilityRule> evaluator) |
Copyright © 2017 SAP SE. All Rights Reserved.