Error creating an Indexer from portal

Reim Mahmoud 1 Reputation point
2022-01-12T15:06:01.033+00:00

I am trying to perform content search using Azure search. I could create a data source and an index. When I try to created an indexer from the portal I get the following message
164308-image.png

I have not created a skillset, but it should be optional and should not affect the creation of the indexer. Also, I was able to create an indexer using POST request from Postman. What might be causing this problem in the portal? Thank you in advance!

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
994 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,886 Reputation points
    2022-01-13T17:59:07.743+00:00

    Hi @Reim Mahmoud ,

    You’re correct that skillsets are optional. This issue maybe occurring because an indexer cache was accidentally added to your indexer’s definition. Indexer caches are a part of the indexer that can only be used with skillsets. Is there a way to remove the indexer cache from your indexer?
    Enable caching for incremental enrichment (preview) - Azure Cognitive Search | Microsoft Learn

    Also, can you let us know if you're indeed using 'import data', and what options you chose, so we can try to repro this issue on our end?

    Thanks,
    Grace


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.