Apache Solr is a popular and open source search platform that provides a wide set of core search functions and features.
This tutorial will deal with the Drupal 8 search API module and Apache Solr to build a digital experience that enjoys an effective search feature that enables users to obtain better results for their search queries which may or may not include incomplete word-parts.
Before you begin, you will need to have installed Apache Solr on your server.
Using composer and Drush; install the Search API Solr module by copying and pasting the command below in your terminal:
Next; make sure you’ve configured Solr core via Search API Solr configurations. If you don't know how; click here for a simple guide.
Now, your website visitors can enjoy a smooth searching experience without being frustrated with the search results. What other solutions or experiences did you have with Apache Solr with regards to optimizing search experiences?
I look forward to reading your opinions and recommendations in the comments section below.