Skip to content

Commit 8a9e533

Browse files
authored
Update troubleshooting guide with indexing best practices
Added best practice guidance for scheduling indexers and its benefits.
1 parent 5c0007f commit 8a9e533

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/search/search-indexer-troubleshooting.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 05/29/2025
11+
ms.date: 10/06/2025
1212
ms.update-cycle: 365-days
1313
---
1414

@@ -19,6 +19,11 @@ Occasionally, indexers run into problems that don't produce errors or that occur
1919
> [!NOTE]
2020
> If you have an Azure AI Search error to investigate, see [Troubleshooting common indexer errors and warnings](cognitive-search-common-errors-warnings.md) instead.
2121
22+
## Best practice: indexers are designed to run on a schedule
23+
> For reliable indexing, configure your indexers to run on a [regular schedule](search-howto-schedule-indexers.md). Scheduled runs automatically pick up any documents missed in previous runs due to transient errors, network interruptions, or temporary service issues. This approach helps maintain data consistency and minimizes the need for manual intervention.
24+
>
25+
> For [large data sources](search-how-to-large-index.md), the initial enumeration and indexing can take hours or even days. Running your indexer on a schedule allows that progress continues and errors are retried automatically. Avoid relying solely on manual or on-demand indexer runs, as these do not provide the same reliability or transient error recovery.
26+
2227
<a name="connection-errors"></a>
2328

2429
## Troubleshoot connections to restricted resources
@@ -291,3 +296,4 @@ If you have [sensitivity labels set on documents](/microsoft-365/compliance/sens
291296

292297
* [Troubleshooting common indexer errors and warnings](cognitive-search-common-errors-warnings.md)
293298
* [Monitor indexer-based indexing](search-monitor-indexers.md)
299+
* [Index large data sets](search-how-to-large-index.md)

0 commit comments

Comments
 (0)