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

Value Provider in Solr with example

Let’s see how we can write value provider with example Requirement: Display the number of days product will be available online from current date in the product search box and search result. We have an attribute called offlineDate defined inside the Product model already which specifies when the product will go offline from the site […]

Share this article on