Troubleshooting Document Count Issues in Azure Search Indexer

ManoharLakkoju 695 Reputation points Microsoft Vendor
2024-10-03T09:18:57.6266667+00:00

What could cause the document count to not increase while Azure Search indexer remains "In Progress"?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

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.
1,080 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ManoharLakkoju 695 Reputation points Microsoft Vendor
    2024-10-03T09:20:25.6133333+00:00

    The issue where the document count does not increase while the Azure Search indexer displays "In Progress" can be attributed to transient errors. These errors occur when an indexer execution is already in progress, and a new indexer run is initiated. Common causes include transient network communication interruptions, timeouts from long-running processes, or specific document nuances. These errors are temporary and should resolve in subsequent indexer runs. It is advisable to schedule your indexer to handle these errors effectively. In such cases, recreating the indexer has resolved the issue. For more details on handling transient errors, refer to this documentation: Common errors and warnings in Azure AI Search.

    Resources: - Run or reset indexers, skills, or documents

    Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

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.