Skip to content

Commit 998944f

Browse files
Merge pull request #270459 from gmndrg/main
Update cognitive-search-common-errors-warnings.md
2 parents edc4987 + 546becf commit 998944f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 02/18/2024
13+
ms.date: 03/27/2024
1414
---
1515

1616
# Troubleshooting common indexer errors and warnings in Azure AI Search
@@ -28,6 +28,27 @@ The error information in this article can help you resolve errors, allowing inde
2828

2929
Warnings don't stop indexing, but they do indicate conditions that could result in unexpected outcomes. Whether you take action or not depends on the data and your scenario.
3030

31+
## Where can you find specific indexer errors?
32+
33+
To verify an indexer status and identify errors in the Azure portal, follow the steps below:
34+
35+
1. Navigate to the Azure portal and locate your AI Search service.
36+
1. Once you're in the AI Search service, click on the 'Indexers' tab.
37+
1. From the list of indexers, identify the specific indexer you wish to verify.
38+
1. Under the 'Execution History' column, click on the 'Status' hyperlink associated with the selected indexer.
39+
1. If there's an error, hover over the error message. A pane will appear on the right side of your screen displaying detailed information about the error.
40+
41+
## Transient errors
42+
43+
For various reasons, such as transient network communication interruptions, timeouts from long-running processes, or specific document nuances, it's common to encounter transient errors or warnings during indexer runs. However, these errors are temporary and should be resolved in subsequent indexer runs.
44+
45+
To manage these errors effectively, it is recommended [putting your indexer on a schedule](search-howto-schedule-indexers.md), for instance, to run every five minutes. This means the next run will commence five minutes after the completion of the first run, adhering to the [maximum runtime limit](search-limits-quotas-capacity.md#indexer-limits). Regularly scheduled runs help to rectify any transient errors or warnings swiftly.
46+
47+
If you notice an error persisting over multiple indexer runs, it's likely not a transient issue. In such cases, refer to the list below for potential solutions. Please note, always ensure your indexing schedule aligns with the limitations outlined in our indexer limits guide.
48+
49+
50+
## Error properties
51+
3152
Beginning with API version `2019-05-06`, item-level Indexer errors and warnings are structured to provide increased clarity around causes and next steps. They contain the following properties:
3253

3354
| Property | Description | Example |

0 commit comments

Comments
 (0)