Posts

Showing posts from June, 2025

Index Recreation on Sitecore SolrCloud

Image
We perform the index rebuild option in Sitecore CMS to update the indexes. Anyhow, sometimes in a Sitecore SolrCloud, the index is outdated, and the index rebuild option from CMS does not help us to update it.  Therefore, we need to recreate the index manually through the Solr Admin UI to overcome this issue.  In this blog post, I am describing to you the steps to recreate the index manually on Sitecore_web_index. Step 1: Log into the Solr Admin UI by using the URL and authentication. Step 2: After login, in the left panel, select Collections > sitecore_web_index and then expand Shard: shard1 Step 3: Currently, there are 3 shards per index (Note: there are 3 Solr replicas, so one shard is dedicated to one Solr replica), so we should delete them all by clicking on the x icon and then clicking on the Delete Replica button Step 4: After removing the 3 old ones of sitecore_web_index, we will create 3 new ones by clicking on the a...

Apply Taxonomy on Search Component in Sitecore Content Hub

Image
In the Previous blog post, we have seen how we can create and taxonomy and connect it to the M.Asset definition. Please see the blog post for more information: Sitecore Content Hub Taxonomy and Categorization In this blog post, I will explain how to apply this taxonomy on the Search Component and use it as a facet search on the Asset Page.  Step 1: Click on the manage icon, top right corner Step 2: Navigate to the Pages Step 3: In the left panel, click on the Asset page and choose the Search component from the Right panel Step 4: Go to the Facet tabs and click on the "+" icon and add taxonomy as a new facet type: Step 5: Navigate to the Asset details page from the top navigation bar, and in the left panel, you can see the new Taxonomy added as search facets, and you can see that currently, I have tagged only Assets with the Science taxonomy: You can now filter assets based on the selected taxonomy values. Happy Sitecoreing  ðŸ˜Š