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

Value provider in Hybris Solr – Overview

Value providers are used to provide the information to the Solr about how to index the given field/property. In Hybris , we will have 2 set of data which we send for indexing. One set of data will be sent as it is to solr for indexing Another set of data will not be sent […]

Share this article on
< Previous Next >