Skip to content

Adding a suggester in CreatingOrUpdatingIndex hangs #117

@jrunestone

Description

@jrunestone

When using the CreatingOrUpdatingIndex event to add a suggester to the ExternalIndex index ExamineX tries to create the index as per the logs but then does nothing more, backoffice UI is "loading" indefinitely, no index is created in Azure. In fact, the index (if already existing) is removed but then never re-created.

The only thing I get in the debug logs is seemingly this:
2025-01-20T08:05:33.892896060+01:00 [08:05:33 DBG] Creating new index (ExternalIndex)

I'm using the free tier (both ExamineX and Azure AI Search) if that might have anything to do with it.

To Reproduce
Having this in the event CreatingOrUpdatingIndex: args.AzureSearchIndexDefinition.Suggesters.Add(new SearchSuggester("mysuggester", "nodeName")); Basically what this guide instructs: https://shazwazza.com/post/configuring-a-suggester-with-examinex-and-azure-ai-search/

I can add the suggester via REST directly but the same thing happens when rebuilding in Umbraco.

I tried both with the index already created and with no index created.

Versions

  • ExamineX 6.0.10
  • Umbraco 13.5.1
  • Examine version

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions