Understanding Solr configuration in Hybris

In Hybris, we have to configure the Solr in impex files Lets see the impex files used for the same in detail 1)solr.impex /import/coredata/stores/hybris/solr.impex 2)solr_en.impex /import/coredata/stores/hybris/solr_en.impex 3)solrtrigger.impex import/coredata/stores/hybris/solrtrigger.impex 1)solr.impex This file contains all the configuration of Solr including Solr server,indexing types,facets etc. Note: All the variables in the below impex files which starts with $ […]

Share this article on

Solr Indexing with basic attribute

Let’s understand Solr indexing with basic attribute and example Requirement: Add a new attribute called alias to the Product model and display it on the apparel storefront. We all know that most of the product attributes are indexed which means they will be retrieved from the Solr when we do the search of a product. […]

Share this article on
< Previous Next >