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

Solr overview & Setup

Solr Overview Solr is an open source software developed by Apache software foundation It is a search server which uses the Apache Lucene in the backend and provides a Rest API which can be called from any language or the platform to get the indexed data or the search results. Apache Lucene is the java […]

Share this article on
< Previous Next >