Skip to content

Instantly share code, notes, and snippets.

@zell71
zell71 / Bootstrap.cs
Last active February 12, 2024 12:41 — forked from mattbrailsford/Bootstrap.cs
Indexing JSON values in Umbraco
public class Bootstrapper : ApplicationEventHandler
{
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
{
base.ApplicationStarted(umbracoApplication, applicationContext);
ExamineManager.Instance.IndexProviderCollection["ExternalIndexer"]
.GatheringNodeData += (sender, e) =>
{
// Extract JSON properties