Uses of Class
com.hybris.merchandising.model.IndexedPropertyInfo
Packages that use IndexedPropertyInfo
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
-
Uses of IndexedPropertyInfo in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators with parameters of type IndexedPropertyInfoModifier and TypeMethodDescriptionprotected List<FacetValue>FacetPopulator.createMerchFacetValues(FacetField facet, SearchQuery query, IndexedProperty indexedProperty, InputDocument document, IndexedPropertyInfo indexedPropertyInfo) Helper method to retrieve the values for a provided facet. -
Uses of IndexedPropertyInfo in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return IndexedPropertyInfoMethods in com.hybris.merchandising.model that return types with arguments of type IndexedPropertyInfoMethod parameters in com.hybris.merchandising.model with type arguments of type IndexedPropertyInfoModifier and TypeMethodDescriptionProductIndexContainer.ProductIndexContainerBuilder.withIndexedPropertiesMapping(Map<String, IndexedPropertyInfo> indexedPropertiesMapping) -
Uses of IndexedPropertyInfo in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return IndexedPropertyInfoModifier and TypeMethodDescriptionprotected IndexedPropertyInfoDefaultMerchCatalogService.createIndexedPropertyInfo(SearchQuery searchQuery, IndexedProperty indexedProperty) Helper method to populate IndexedPropertyInfo based on configured underMethods in com.hybris.merchandising.service.impl that return types with arguments of type IndexedPropertyInfoModifier and TypeMethodDescriptionprotected Map<String,IndexedPropertyInfo> DefaultMerchCatalogService.createIndexedPropertiesMapping(IndexerBatchContext batchContext, SearchQuery searchQuery) Method used to retrieve a map of configured key value pairs for handling mapping between Solr internal data modelMethod parameters in com.hybris.merchandising.service.impl with type arguments of type IndexedPropertyInfoModifier and TypeMethodDescriptionDefaultMerchCatalogService.createMerchPropertiesMapping(List<MerchPropertyModel> merchProperties, Map<String, IndexedPropertyInfo> indexedPropertiesMapping) createMerchPropertiesMapping is a method for mapping from the configured list ofMerchPropertyModelto the indexed properties within Solr.