I'm using CMS import to import a CSV and set the published state of some pages. These pages are used in a search powered by an examine index.
I cannot seem to get the index to update after the import has finished running though. I have tried calling ExamineManager.Instance.IndexProviderCollection["CourseIndexer"].RebuildIndex(); in CMS import's Imported event and also in the AfterRefreshContent event. But neither seem to work.
Refreshing index after content imported
I'm using CMS import to import a CSV and set the published state of some pages. These pages are used in a search powered by an examine index.
I cannot seem to get the index to update after the import has finished running though. I have tried calling
ExamineManager.Instance.IndexProviderCollection["CourseIndexer"].RebuildIndex();
in CMS import's Imported event and also in the AfterRefreshContent event. But neither seem to work.How can I get the examine index to refresh.
is working on a reply...