SitecoreSupport / Sitecore.Support.104142.107856

Overrides the standard SitecoreItemCrawler to resolve issues with updating index when multiple crawlers are used and the published item has a Shared field
Other
0 stars 0 forks source link

Refactor the code using Coding Practices #1

Open ob1dev opened 7 years ago

ob1dev commented 7 years ago

Current issues:

For example, if a default namespace is Sitecore.Support, than you must create the ContentSearch folder under the root of a csproj, and add a file with name SitecoreItemCrawler.cs where you have the SitecoreItemCrawler class.

namespace Sitecore.Support.ContentSearch
{
  public class SitecoreItemCrawler : Sitecore.ContentSearch.SitecoreItemCrawler
  {
    //...
  }
}

Please check PSS's Coding Practices.

SC-RBI commented 7 years ago

I've fixed mentioned issues.