cancel
Showing results for 
Search instead for 
Did you mean: 

Any solution on export Classification system to Solr and configure as facet type

Former Member
0 Kudos

Hi Experts,

I am looking for information on how to make it classification system as facet and export classification system data to Solr.

Let me know best practice and how it will be duable in Hybris. I have installed 6.5 version and building classification system based on business need.

I appreciate if any comments on design.

Thanks in advance.

Many Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

vinay_malempati
Active Participant
0 Kudos

You can refer OOTB solr.impex of electronics store where the classification attributes are handled like below

 INSERT_UPDATE SolrIndexedProperty;solrIndexedType(identifier)[unique=true];name[unique=true];type(code);sortableType(code);currency[default=false];localized[default=false];multiValue[default=false];facet[default=false];facetType(code);facetSort(code);priority;visible;fieldValueProvider;customFacetSortProvider;rangeSets(name);$classAttributeAssignment
 ;electronicsProductType;Megapixel, 63          ;double;; ;    ; ;true;MultiSelectOr;Custom;1000;true;commerceClassificationPropertyValueProvider;numericFacetSortProviderDesc;MegaPixelRange;57:::Megapixel, 63::::
 ;electronicsProductType;Mounting, 1867         ;string;; ;true; ;true;Refine;Alpha;1000;true;commerceClassificationPropertyValueProvider;;;634:::Mounting, 1867::::
 ;electronicsProductType;Colour of product, 1766;string;; ;true; ;true;MultiSelectOr;Alpha;1000;true;commerceClassificationPropertyValueProvider;;;3856:::Colour of product, 1766::::
 ;electronicsProductType;Lens type, 472   ;string;; ;true;true;true;MultiSelectOr;Alpha;1000;true;classificationPropertySplitValueProvider;;;1094:::Lens type, 472::::
 ;electronicsProductType;Resolution, 80         ;string;; ;    ; ;true;Refine;Alpha;1000;true;commerceClassificationPropertyValueProvider;;;631:::Resolution, 80::::