Skip to content

Commit 99e64ba

Browse files
authored
Merge pull request #94255 from jadrefke/master
[AzureSearch] Add warning documentation for indexers truncating text
2 parents b949018 + c79a54c commit 99e64ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,12 @@ The ability to resume an unfinished indexing job is predicated on having documen
220220

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

223-
[More information about Cosmos DB incremental progress and custom queries.](https://go.microsoft.com/fwlink/?linkid=2099593)
223+
For more information, see [Incremental progress and custom queries](search-howto-index-cosmosdb.md#IncrementalProgress).
224+
225+
### Truncated extracted text to X characters
226+
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.
227+
228+
For more information, see [Indexer limits](search-limits-quotas-capacity.md#indexer-limits).
224229

225230
### Could not map output field 'X' to search index
226231
Output field mappings that reference non-existent/null data will produce warnings for each document and result in an empty index field. To workaround this issue, double-check your output field mapping source paths for possible typos, or set a default value using the [Conditional skill](cognitive-search-skill-conditional.md#sample-skill-definition-2-set-a-default-value-for-a-value-that-doesnt-exist).

0 commit comments

Comments
 (0)