Skip to content

Commit dbee16c

Browse files
author
Austin Drefke
committed
add warning documentation for text truncation
1 parent 934f290 commit dbee16c

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
@@ -216,4 +216,8 @@ The ability to resume an unfinished indexing job is predicated on having documen
216216

217217
It is possible to override this behavior, enabling incremental progress and suppressing this warning by using the `assumeOrderByHighWatermarkColumn` configuration property.
218218

219-
[More information about Cosmos DB incremental progress and custom queries.](https://go.microsoft.com/fwlink/?linkid=2099593)
219+
[More information about Cosmos DB incremental progress and custom queries.](https://go.microsoft.com/fwlink/?linkid=2099593)
220+
221+
222+
### Truncated extracted text to X characters
223+
Indexers limit how much text can be extracted from any one document. This limit depends on the pricing tier: 32,000 characters for Free tier, 64,000 for Basic, and 4 million for Standard, Standard S2 and Standard S3 tiers. Text that was truncated will not be indexed. To avoid this warning, try breaking apart documents with large amounts of text into multiple, smaller documents.

0 commit comments

Comments
 (0)