Visit Us at Booth 410 at the AMA Symposium for the Marketing of Higher Ed in Las Vegas on Nov 10-13 | SCHEDULE A DEMO
Apr. 28, 2020
Bruce Clayton
|
Setting up the Sitecore SwitchOnRebuild feature with the SearchStax SolrCloud is as simple as following the path through the woods to Grandma’s house. What could possibly go wrong?
Editor’s Note: SolrCloud is now SearchStax Cloud. It is the same great product that lets developers set up and deploy Solr infrastructure in minutes.
Editor’s Note: This page is deprecated. Please see Enable Sitecore’s SwitchOnRebuild with SearchStax Cloud.
Sitecore applications and websites frequently have massive content with high turnover. Site search becomes a challenge in these situations because the most-efficient way to update these indexes is to rebuild them. However, rebuilding a large index can take hours which means that the search service would be unavailable. For the majority of sites, any downtime is unacceptable.
Enter Sitecore Switch SolrCloud indexes, also referred to as the SwitchOnRebuild class. This feature, available since Sitecore 9 Update 2 (v 9.0-2), lets Sitecore rebuild its index as a new Solr core while ensuring high availability by serving queries from the previous index during the rebuild. Once the rebuild is finished, Sitecore automatically switches over from the old core to the new one and the old core is then deleted.
SwitchOnRebuild is an elegant solution to a difficult problem, but it is not always easy to set up and there are a couple of red flags to watch for.
Before we get started, let’s wave a red flag at one common scenario. Many Sitecore users begin with a Proof-of-Concept (POC) project where they hook up Sitecore to a local standalone Solr deployment for testing. SwitchOnRebuild is easy to set up and works well in this use case. However, when the deployment is scaled up to SolrCloud things can go inexplicably wrong. In extreme cases, the Solr index can become damaged and unusable.
SwitchOnRebuild works for both stand-alone and SolrCloud implementations, but not in the same way. We have a brief writeup on this topic in our FAQs: Can we use Sitecore’s SwitchOnRebuild with SearchStax? If you use SwitchOnRebuild with SearchStax, you have to take a different path through the forest and make sure you use the SolrCloud version.
Another red flag involves the Sitecore Index Manager. You have set up Sitecore to use a SolrCloud deployment, but when you try to refresh the index from the Sitecore Index Manager, the system seems to hang. In many cases, it takes up to 15 minutes for the Rebuild Index dialog box to appear. In the meantime, most people don’t have the patience to wait for the dialog box and assume that the configuration has failed. They find “Unable to connect to the remote server” exceptions in the log files which is a very discouraging and misunderstood message that leads to wrong conclusions about what happened.
This has been a known issue since Sitecore 9.0-2. Oddly, if you are patient and just wait for the system to catch up, the resulting configuration will be fine. The other work-around is to refresh the indexes using the Content Editor instead of the Index Manager. (In this case, this Big Bad Wolf turns out to be more of a Cowardly Lion.)
With the red flags out of the way, how do you set up Sitecore and SolrCloud to use SwitchOnRebuild?
For readers setting up Sitecore SolrCloud using SearchStax, we have Documentation pages on installing and integrating a stand-alone Sitecore with a cloud-based Solr deployment and every version of Sitecore handles things it a little differently.
Note that SearchStax provides a PowerShell plugin that sets up all of the Sitecore and Solr configurations automatically in less than a minute. Learn more about the Sitecore Solr Plugin from SearchStax. The Sitecore Solr plugin is a magic spell that teleports you to your destination in a hurry.
Perform the manual Sitecore/Solr setup, or run the SearchStax Sitecore Plugin. Then make these modifications to enable SwitchOnRebuild.
<add name="solr.search" connectionString="https://ssXXXXXX-o6zpwllq-us-west-1-aws.searchstax.com/solr;solrCloud=true" />
This procedure might be different if you have configured some custom config files.
<index id="sitecore_web_index" type="Sitecore.ContentSearch.SolrProvider.SwitchOnRebuildSolrCloudSearchIndex, Sitecore.ContentSearch.SolrProvider">
<param desc="name">$(id)</param>
<param desc="mainalias">$(id)MainAlias</param>
<param desc="rebuildalias">$(id)RebuildAlias</param>
<param desc="collection">$(id)</param>
<param desc="rebuildcollection">$(id)_rebuild</param>
<param desc="propertyStore" ref="contentSearch/databasePropertyStore" ....
... </index>
SwitchOnRebuild is a very important Sitecore feature and many websites could not function without it. Unfortunately, it is easy to get lost in the woods as the setup can be complicated, there are multiple pitfalls to avoid and the visible error messages are sometimes not very useful.
Our complete Solr-as-a-Solution whitepaper provides more details to help you make the best decision for your organization. Complete the form below and down load the whitepaper.
The Stack is delivered bi-monthly with industry trends, insights, products and more
Copyrights © SearchStax Inc.2014-2024. All Rights Reserved.
SearchStax Site Search solution is engineered to give marketers the agility they need to optimize site search outcomes. Get full visibility into search analytics and make real-time changes with one click.
close
SearchStax Managed Search service automates, manages and scales hosted Solr infrastructure in public or private clouds. Free up developers for value-added tasks and reduce costs with fewer incidents.
close
close