Skip to content

Commit 8e3e81b

Browse files
authored
Merge pull request #115035 from xyh1/patch-116
Add link to native blob index feature
2 parents fee1034 + 2d69558 commit 8e3e81b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 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
@@ -55,8 +55,13 @@ By running a Blob indexer over a container, you can extract text and metadata fr
5555

5656
A common scenario that makes it easy to sort through blobs of any content type is to index both custom metadata and system properties for each blob. In this way, information for all blobs is indexed regardless of document type, stored in an index in your search service. Using your new index, you can then proceed to sort, filter, and facet across all Blob storage content.
5757

58+
> [!NOTE]
59+
> Blob Index tags are natively indexed by the Blob storage service and exposed for querying. If your blobs' key/value attributes require indexing and filtering capabilities, Blob Index tags should be leveraged instead of metadata.
60+
>
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+
5863
### Indexing JSON blobs
59-
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.
6065

6166
## Search blob content in a search index
6267

0 commit comments

Comments
 (0)