Relative Content

Tag Archive for azure-cognitive-searchazure-ai-search

Mapping custom skill output to complex type not working as expected using shaper skill

problem I have tried three approaches to map the output of of my custom skill to populate Edm.complex type field in my search index. None seem to populate the field. The need is that each document in the search index contains the following chunk_object field. index field definition {“name”: “chunk_object”, “type”: “Edm.ComplexType”, “fields”: [ { […]

Indexer status is not updating while running

The indexer status does not update from ‘running’ status to anything else, even though in my search resource on the Azure portal it shows that the indexer run is completed and the corresponding index is updated.

Indexer status not updating from running

The indexer status does not update from ‘running’ status to anything else even though in my search resource on the azure portal it shows that the indexer run is completed and the corresponding index is updated.