We recently used SOLR suggester to implement autocomplete feature for our Site search. There are 3 steps involved to implement the Suggester:1. Add the Search component in solrconfig.xml file.2. Add the new field in Managed-Schema file.3. Call the Suggester from your Controller method. Add the Search component in solrconfig.xml filea. Go to the solrconfig.xml file … Continue reading Enabling the Suggester from SOLR for the Search box
Month: August 2021
Adding voice recognition to your search box
Now a days, the world is moving towards or utilizing the modern edge features in their day to day activities. So giving our end customers a feature of voice recognition on the Search box of our website might draw us some more traffic and leads. Now the logic, we need here is to hear the … Continue reading Adding voice recognition to your search box