Posts

Knowledge Management tools for lawfirm

Image
What is KM (Knowledge Management)? Legal Knowledge Management (or “KM”) helps law firms win and keep business. For law departments, it supports more efficient and effective operation. In a market where clients demand value and efficiency, KM is an essential approach to reducing cost while maintaining quality. KM strongly recommended for those firm where there are more than 20 lawyers are associated with. KaaS (Knowledge as a Service) Knowledge Management (KM) and Artificial Intelligence (AI) certainly are making its impact felt throughout the legal community. However, it’s the combination of KM and AI that has the potential to impact the legal community and the way law firms deliver services to their clients, work internally amongst themselves and compete with other law firms big and small. The combination of KM and AI serves as the platform to delivering Knowledge-as-a-Service. Knowledge as a Service (KaaS) is a framework that is customized to the industry and organization becau

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

Sitecore: Solr Index rebuild automatically using c# code

Image
Note : if you are not aware or Sitecore CMS please click here Problem Statement :  In our project architecture we have multiple CD server in different azure cloud Geo-locations. But during Go live and outage we need to switch to DR (disaster recovery) server for certain period of time. So there is a requirement to sync the Live Sitecore CD (content deliver) server with the DR server after certain period of time. We achieve this using SQL database transactional replication. But one challenge faced during Solr index rebuild. We have to do manual Solr index rebuild on DR server after every 24 hrs. Solution : Step 1: Create a new separate project " SitecoreTasks" with below code base using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SitecoreTasks {     public class AutoIndexRebuildAgent     {         public string CoreList { get ; s