For the complete documentation index, see llms.txt. This page is also available as Markdown.

Examine

The search engine used within Umbraco

IndexerComponent : IComponent

Public void Initialize()
{
   externalIndex.FieldDefinitionCollection.AddOrUpdate(new FieldDefinition("FieldName", "FieldDataOrContent"));
}

Last updated