Sitecore SXA 10.2 installation with SXA Solr Core
Hello Everyone. This is continuation to my previous blog where we have seen how we can install Sitecore 10.2 using windows PowerShell. You can check the blog here Sitecore 10.2 Installation.
So let's start and see how we can install SXA. To install SXA we need to download SXA compatible module for Sitecore 10.2.
Get the relevant SXA package from Sitecore website. The compatible version to SXA.10.2.0.
Install the SXA PowerShell first and then proceed with SXA package from install package option from Sitecore control panel.
Now need to add Solr SXA core.
Duplicate Sitecore_master_index and Sitecore_web_index. Rename the duplicated Sitecore_master_index to Sitecore_sxa_master_index. Rename the duplicated Sitecore_web_index to Sitecore_sxa_web_index
Open the Sitecore_sxa_master_index and edit the core properties with your Solr index name.
Once done update the same name in below config file.
C:\inetpub\wwwroot\sc1020.sc\App_Config\Modules\SXA\z.Foundation.Overrides\Sitecore.XA.Foundation.Search.Solr.config. Rename the Solr core. It should be exactly equal to name defined in respective cores.
After all steps are done, then Recycle your app pool and restart your Solr services. You will be able to see SXA index in Solr Schema as well as SXA indexes in Sitecore control panel.
Thanks for reading. Happy learning.
Comments
Post a Comment