Real-World Project Considerations for XM Cloud

Welcome back to the XM Cloud Basics series! Over the past few posts, we’ve explored everything from architecture and deployment to personalization and analytics. Now, it’s time to step back and look at what it takes to run a real-world XM Cloud project successfully — from setup to delivery. This post focuses on the non-technical … Continue reading Real-World Project Considerations for XM Cloud

How to create SOLR cores on Azure hosted SOLR service?

In this blog, we will check 2 ways of creating the SOLR cores. How to create a core in SOLR with API? http://%5BYOUR SOLR SITE ADDRESS]/solr/admin/cores? action=CREATE&name=sitecore10demo_custom_index&instanceDir=sitecore10demo_custom_index&configSet=_default&dataDir=data Here are details about parameters – ParameterValueCommentsactionCREATECommand to create corenamesitecore10demo_custom_indexName of the coreinstanceDirsitecore10demo_custom_indexDirectory nameconfigSet_defaultConfigset to be useddataDirDataData directory How to create a core in SOLR manually? We can … Continue reading How to create SOLR cores on Azure hosted SOLR service?