Skip to content

Commit 891af0f

Browse files
author
Carey MacDonald
committed
Fix one more place
1 parent 99a211e commit 891af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Depending on the [indexer configuration](#PartsOfBlobToIndex), the blob indexer
133133
* The textual content of the document is extracted into a string field named `content`.
134134

135135
> [!NOTE]
136-
> Azure Cognitive Search limits how much text it extracts depending 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. A warning is included in the indexer status response for truncated documents.
136+
> Azure Cognitive Search limits how much text it extracts depending on the pricing tier: 32,000 characters for Free tier, 64,000 for Basic, 4 million for Standard, 8 million for Standard S2, and 16 million for Standard S3. A warning is included in the indexer status response for truncated documents.
137137
138138
* User-specified metadata properties present on the blob, if any, are extracted verbatim.
139139
* Standard blob metadata properties are extracted into the following fields:

0 commit comments

Comments
 (0)