OOB "Sitemap XML Module" generate the Sitemap XML on Content Management Servers only. To get it generated on Content Delivery Servers as well, we need to add a custom event. Normally we have atleast one Content Management and one Content Delivery Server. But on scalable and distributed architecure number of servers increases based on requirements.... Continue Reading →
Upgraded from 7.2 to 8.1, Sort by Relevance in Lucene is not working
We recently upgraded from 7.2 to 8.1 Update 2. We experienced that Sort by Relevance in Lucene search is not working when we are using Contains, StartsWith, EndsWith, Equals, Like, and MatchWildcard operators while building the search querying _fullpath. Sample code: string sitePath = "/sitecore/content/home"; var results = SearchContext().GetQueryable<CustomResult>().Where(r => (r.Path.Contains(sitePath + "/")); So if we have... Continue Reading →