Hello
We have updated our site to use the new repositories for our search index and filters. We have a custom import running, and in the end of that we want to rebuild the search index.
For the "old" index we could do this:
IndexManager.Current.UpdateIndex(new ProductIndexer(), true);
If I wanted to do the same with the new index, how would I go about it?
Regards
Kasper