Using Umbraco 13, I can't find any examples of how to actually do that. I've tried creating a valuesetbuilder, a configureOptions, populator and a notificationhandler. however, whenever I come into my Populator it gets a list of 0 indexes.
If I look in the Umbraco code, there's a row with:
_logger.LogDebug($"{nameof(PopulateIndexes)} called with no indexes to populate. Typically means no index is registered with this populator.");
So my problem seems to be that I can't figure out how to connect my custom populator with the ExternalIndex. Can someone please explain to me how that is done? 🙂