public void AddObjectIndex(long siteId, Guid objectId, int objectType, string title, Dictionary <string, int> wordScores, string culture) { provider.AddObjectIndex(siteId, objectId, objectType, title, wordScores, culture); }