Posts

Showing posts with the label query

Introduction and features of Sitecore Content Hub

Image
  Sitecore Content Hub Now a days every digital marketers today are aware of that “Content is most important part of every project”, but to gain a competitive image and achievement you need to streamline the content creation/update/delete, Management and distribution, so that your client can get the correct content/assets on the right channel at the proper time frame. Sitecore content hub gives you the features to empower the same. Sitecore content hub empowers your team to take charge of the complete content lifecycle.With below listed 5 powerful solutions in a single integrated solution. DAM  You probably have big content creation team or may have big source of content supply, but without centralized management it is nothing but digital waste item. Using Sitecore Content Hub you can Store, Manage, Search for assets in a central location with Sitecore DAM. User can quickly tag and classify digital assets to control metadata, eliminate redundancy and ensure complia

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

Sitecore Powershell Extension (SPE)

Image
Introduction SPE (Sitecore Powershell Extension) is very useful tool/module developed by Adam Najmanowicz and Michael West that provides a command line and scripting environment for automating tasks. Sitecore Powershell Extensions works with Sitecore process, which can make native calls to Sitecore APIs and allows to change/update the Sitecore Items on the fly. The same Windows PowerShell syntax is used for running commands and writing scripts. Installation Go to sitecore marketplace and download it if you are certified developer Otherwise please contact any certified developer to download the desired version for you. URL:  https://marketplace.sitecore.net/en/Modules/S/Sitecore_PowerShell_console.aspx Where and why use Sitecore Powershell Scripting Create multiple new items without any manual activity Getting Sitecore Item details in single click Get Item by path Get Items from all languages and versions. Deleting Items based on specific conditions Data Imp