You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-blob-storage-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Add full text search to Azure Blob Storage
3
3
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.
5
5
6
6
manager: nitinme
7
7
author: HeidiSteen
@@ -61,7 +61,7 @@ A common scenario that makes it easy to sort through blobs of any content type i
61
61
> 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).
62
62
63
63
### 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.
0 commit comments