Skip to content

Commit aad099c

Browse files
authored
Update search-blob-storage-integration.md
1 parent 0b6db20 commit aad099c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ 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 and exposed for querying. If your blobs' key/value attributes require indexing and filtering capabilities, Blob Index tags 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
5964
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.
6065

0 commit comments

Comments
 (0)