Sitecore Content Search Latest Version / Sitecore 10 Solr Version

Sitecore Content Search Latest Version / Sitecore 10 Solr Version Support for the Lucene search engine is no longer included in Sitecore 9.3 and later. We can use either the Solr search engine or Azure search. Solr is installed and configured by default in a Sitecore installation. What’s new in Sitecore 10.1 Solr? We can configure Solr to retry an operation if the first attempt to run the operation fails. This is useful if you experience transient errors, such as network problems, or you have Solr availability issues. We can configure the strategy to use in the solrRetryer section of the Sitecore.ContentSearch.Solr.DefaultIndexConfiguration.config Different types of Solr Retryer available: 1. NoRetryRetryer: This is the default strategy where retry is never done on failure. We can configure it like this: <solrRetryer type=”Sitecore.ContentSearch.SolrProvider.Availability.Retryer.NoRetryRetryer, Sitecore.ContentSearch.SolrProvider” singleInstance=”true” /> 2. FixedInterva...