| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,FacetField> |
MerchIndexingListener.createMerchFacetPropertiesMapping(IndexerBatchContext batchContext,
SearchQuery searchQuery,
java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)
createMerchFacetPropertiesMapping is a method for mapping facets to output for consumption by Merchandising.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.util.Map<java.lang.Object,java.lang.Object>> |
MerchIndexingListener.createMerchFacetValues(FacetField facet,
SearchQuery query,
IndexedProperty indexedProperty,
InputDocument document,
com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo indexedPropertyInfo)
createMerchFacetValues is a method for retrieving the values for a provided facet.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MerchIndexingListener.populateMerchFacetProperties(java.util.Map<java.lang.String,java.lang.Object> product,
InputDocument document,
java.util.Map<java.lang.String,FacetField> merchFacetPropertiesMapping,
java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping,
SearchQuery searchQuery)
populateMerchFacetProperties is a method for populating facet information in the mapping to Merchandising.
|
| Modifier and Type | Method and Description |
|---|---|
protected FacetField |
SolrAsSearchProfileCalculationListener.createFacetField(AsConfigurationHolder<? extends AbstractAsFacetConfiguration,AbstractAsFacetConfiguration> facetHolder) |
| Modifier and Type | Method and Description |
|---|---|
protected AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration> |
SolrAsSearchProfileCalculationListener.convertFacet(AsSearchProfileContext context,
FacetField facetField,
AsUidGenerator asUidGenerator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FacetField> |
SearchQuery.getFacets()
Returns the facet fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQuery.addFacet(FacetField facet)
Adds a facet field.
|
| Modifier and Type | Method and Description |
|---|---|
FacetField |
FacetSearchResultFacetsPopulator.FacetInfo.getFacetField() |
FacetField |
FacetSearchQueryFacetsPopulator.FacetInfo.getFacetField() |
| Constructor and Description |
|---|
FacetInfo(FacetField facetField) |
FacetInfo(FacetField facetField,
IndexedProperty indexedProperty) |
Copyright © 2018 SAP SE. All Rights Reserved.