Uses of Class
com.hybris.merchandising.model.IndexedPropertyInfo
-
Packages that use IndexedPropertyInfo Package Description com.hybris.merchandising.converters.populators com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package.com.hybris.merchandising.service.impl -
-
Uses of IndexedPropertyInfo in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators with parameters of type IndexedPropertyInfo Modifier and Type Method Description protected java.util.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 IndexedPropertyInfo Modifier and Type Method Description IndexedPropertyInfoIndexedPropertyInfo.IndexedPropertyInfoBuilder. build()Methods in com.hybris.merchandising.model that return types with arguments of type IndexedPropertyInfo Modifier and Type Method Description java.util.Map<java.lang.String,IndexedPropertyInfo>ProductIndexContainer. getIndexedPropertiesMapping()Method parameters in com.hybris.merchandising.model with type arguments of type IndexedPropertyInfo Modifier and Type Method Description ProductIndexContainer.ProductIndexContainerBuilderProductIndexContainer.ProductIndexContainerBuilder. withIndexedPropertiesMapping(java.util.Map<java.lang.String,IndexedPropertyInfo> indexedPropertiesMapping) -
Uses of IndexedPropertyInfo in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return IndexedPropertyInfo Modifier and Type Method Description protected 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 IndexedPropertyInfo Modifier and Type Method Description protected java.util.Map<java.lang.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 IndexedPropertyInfo Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>DefaultMerchCatalogService. createMerchPropertiesMapping(java.util.List<MerchPropertyModel> merchProperties, java.util.Map<java.lang.String,IndexedPropertyInfo> indexedPropertiesMapping)createMerchPropertiesMapping is a method for mapping from the configured list ofMerchPropertyModelto the indexed properties within Solr.
-