Skip to content

Commit 88f0d7f

Browse files
author
Austin Drefke
committed
change link notation
1 parent 515e0b4 commit 88f0d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ The ability to resume an unfinished indexing job is predicated on having documen
219219

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

222-
[More information about Cosmos DB incremental progress and custom queries.](https://go.microsoft.com/fwlink/?linkid=2099593)
222+
For more information, see [Incremental progress and custom queries](search-howto-index-cosmosdb.md#IncrementalProgress).
223223

224224

225225
### Truncated extracted text to X characters
226226
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.
227227

228-
[More information about indexer limits.](https://go.microsoft.com/fwlink/?linkid=2109692)
228+
For more information, see [Indexer limits](search-limits-quotas-capacity.md#indexer-limits).

0 commit comments

Comments
 (0)