Skip to content

Commit cfa3e88

Browse files
authored
Update cognitive-search-common-errors-warnings.md
Added a known error to the troubleshooting list.
1 parent b487152 commit cfa3e88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 08/01/2023
11+
ms.date: 09/29/2023
1212
---
1313

1414
# Troubleshooting common indexer errors and warnings in Azure Cognitive Search
@@ -384,3 +384,7 @@ Collections with [Lazy](../cosmos-db/index-policy.md#indexing-mode) indexing pol
384384
## `Warning: The document contains very long words (longer than 64 characters). These words may result in truncated and/or unreliable model predictions.`
385385

386386
This warning is passed from the Language service of Azure AI services. In some cases, it's safe to ignore this warning, such as when your document contains a long URL (which likely isn't a key phrase or driving sentiment, etc.). Be aware that when a word is longer than 64 characters, it will be truncated to 64 characters which can affect model predictions.
387+
388+
## `Error: Cannot write more bytes to the buffer than the configured maximum buffer size`
389+
390+
Indexers have [document size limits](search-limits-quotas-capacity.md#indexer-limits). Make sure that the documents in your data source are smaller than the supported size limit, as documented for your service SKU.

0 commit comments

Comments
 (0)