Posts

Showing posts with the label index

Sitecore Install Assistant (SIA)

Image
This blog will guide you to setup new Sitecore 9.2 instance using SIA with very simple and straight forwards instructions. 1. Prerequisite SQL server 2016 SP2 or SQL Server 2017 SOLR 7.5.0 or higher (with SSL enabled) SIF (Sitecore Installation Framework) 2.1 Valid License file Windows Server 2019 or  Windows Server 2016 or Windows 10 (32/64-bit) Microsoft PowerShell® version 5.1 or later is required IIS 10 .NET Framework 4.7.2. Sitecore Identity server requires .NET Core 2.1.7 Windows Hosting Module.   The setup wizard internally validate the Prerequisites.json file to validate all the Prerequisites during installation. 2. Download To download the SIA with sitecore 9.2  please go to the url https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/92/Sitecore_Experience_Platform_92_Initial_Release.aspx           Unzip the content to proceed with the installation. .json files .exe .config file .ps1 file etc.. 3. Configure SOLR Setup Download Solr 7.5.0  Follow the steps mentioned

Solr: Delete/Remove a specific solr document from solr index

Image
Note : If you are not aware of Solr please click here Problem statement :  While working with one of the live project of leading law firm, I encountered an issue with Solr search result. The website is build on Sitecore CMS and for search functionality  using Solr index to store/retrieve the press release, article, biography, events etc information. On item publish from the Sitecore CMS the solr index got updated. On every publishing Solr document created, updated or removed. But sometime an weird issue observed and the expected solr document does not removed from the solr core. Somehow I need to remove the solr document from the core either programmatically or using the solr interface. In this blog I am going to show how we can delete a specific solr document using solr admin panel. Solution : Step 1 : Go to Solr Admin panel in my case the solr admin accessible from http://192.168.2.12:85/solr/#/    Step 2 : Now select the specific core from the drop down as s