Wednesday, February 15, 2017

Adding a new basic attribute to solr and show that in Hybris storefront end

Add the attribute to the product via changing the items.xml file
Build and update the system to generate the persistence details of the new added attribute
Add the new attribute to SolrIndexedProperty via impex
Add the value of the added attributes for the products using impex
Add the newly added property to the product DTO (ProductData) via changing the facades-beans.xml file
Do a build
Update the populator class(*ProductPopulator) to populate the new attribute to ProductData dto
Change the productDetailsPanel.tag file to show the new attribute in the front end
Build and update the system
Run the build index operation and now the new added attribute is available in the search pages of the storefront

No comments:

Post a Comment