Today, I am going to explain the process of creating and maintaining the Solr cores within a Sitecore environment using the SwitchOnRebuild indexing strategy. This strategy is designed to avoid downtime during the index rebuildin…
Today, I am continuing from my previous blog post and will explore more about the API calls and request payloads, which I extracted by decompiling the DLL. I will walk you through the APIs responsible for performing major operati…
Today, I am going to explain how the Sitecore Stream works under the hood by decompiling the DLL and finding the APIs responsible for performing the necessary actions. What is Sitecore Stream? Sitecore Stream brings AI capabiliti…
Today, I am going to explain the process of installing and configuring Sitecore Stream on the Sitecore XP or XM platform. In today’s fast-moving digital marketing world, marketers have to work around the clock and are expected to…
Today, I am going to share a code snippet that I found to be the most effective in handling failures when adding multiple users using the "Add Multiple Subscribers" Sitecore Send API. The failure occurs due to the API…
Today, I am going to explain about the recommended best indexing practices for successfully implementing search for your website using Sitecore Search. It is necessary to have proper indexing for efficient data retrieval and main…