Skip to content

Commit a4af571

Browse files
authored
Merge pull request #94128 from Careyjmac/maxRunTimeError
Add description for doc timeout error
2 parents 7814d5d + 096cccf commit a4af571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ The document was read and processed, but due to a mismatch in the configuration
129129

130130
In all these cases, refer to [Supported Data types (Azure Search)](https://docs.microsoft.com/rest/api/searchservice/supported-data-types) and [Data type map for indexers in Azure Search](https://docs.microsoft.com/rest/api/searchservice/data-type-map-for-indexers-in-azure-search) to make sure that you build the index schema correctly and have set up appropriate [indexer field mappings](search-indexer-field-mappings.md). The error message will include details that can help track down the source of the mismatch.
131131

132+
### Could not process document within indexer max run time
133+
134+
This error occurs when the indexer is unable to finish processing a single document from the data source within the allowed execution time. [Maximum running time](search-limits-quotas-capacity.md#indexer-limits) is shorter when skillsets are used. When this error occurs, if you have maxFailedItems set to a value other than 0, the indexer bypasses the document on future runs so that indexing can progress. If you cannot afford to skip any document, or if you are seeing this error consistently, consider breaking documents into smaller documents so that partial progress can be made within a single indexer execution.
135+
132136
## Warnings
133137
Warnings do not 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.
134138

0 commit comments

Comments
 (0)