Skip to content

Commit 57ce615

Browse files
authored
acrolinx fixes
1 parent b20d024 commit 57ce615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-blob-storage-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add full text search to Azure Blob Storage
33
titleSuffix: Azure Cognitive Search
4-
description: Extract content and add structure to Azure blobs when building a full text search index in Azure Cognitive earch.
4+
description: Extract content and add structure to Azure blobs when building a full text search index in Azure Cognitive search.
55

66
manager: nitinme
77
author: HeidiSteen
@@ -61,7 +61,7 @@ A common scenario that makes it easy to sort through blobs of any content type i
6161
> To learn more about Blob Index, see [Manage and find data on Azure Blob Storage with Blob Index](../storage/blobs/storage-manage-find-blobs.md).
6262
6363
### Indexing JSON blobs
64-
Indexers can be configured to extract structured content found in blobs that contain JSON. An indexer can read JSON blobs and parse the structured content into the appropriate fields of an search document. Indexers can also take blobs that contain an array of JSON objects and map each element to a separate search document. You can set a parsing mode to affect the type of JSON object created by the indexer.
64+
Indexers can be configured to extract structured content found in blobs that contain JSON. An indexer can read JSON blobs and parse the structured content into the appropriate fields of a search document. Indexers can also take blobs that contain an array of JSON objects and map each element to a separate search document. You can set a parsing mode to affect the type of JSON object created by the indexer.
6565

6666
## Search blob content in a search index
6767

0 commit comments

Comments
 (0)