Skip to content

Commit ce3bdbd

Browse files
authored
Update search-file-storage-integration.md
Removing property 'base64EncodeKeys' which was retired since years ago.
1 parent 3ef9da5 commit ce3bdbd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure Files indexer (preview)
33
titleSuffix: Azure AI Search
44
description: Set up an Azure Files indexer to automate indexing of file shares in Azure AI Search.
5-
manager: nitinme
5+
manager: vinodva
66
author: mattgotteiner
77
ms.author: magottei
88
ms.service: cognitive-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: how-to
12-
ms.date: 06/25/2024
12+
ms.date: 08/23/2024
1313
---
1414

1515
# Index data from Azure Files
@@ -105,7 +105,7 @@ In the [search index](search-what-is-an-index.md), add fields to accept the cont
105105
}
106106
```
107107
108-
1. Create a document key field ("key": true). For blob content, the best candidates are metadata properties. Metadata properties often include characters, such as `/` and `-`, that are invalid for document keys. Because the indexer has a "base64EncodeKeys" property (true by default), it automatically encodes the metadata property, with no configuration or field mapping required.
108+
1. Create a document key field ("key": true). For blob content, the best candidates are metadata properties. Metadata properties often include characters, such as `/` and `-`, that are invalid for document keys. The indexer automatically encodes the key metadata property, with no configuration or field mapping required.
109109
110110
+ **`metadata_storage_path`** (default) full path to the object or file
111111
@@ -141,7 +141,6 @@ Once the index and data source have been created, you're ready to create the ind
141141
"batchSize": null,
142142
"maxFailedItems": null,
143143
"maxFailedItemsPerBatch": null,
144-
"base64EncodeKeys": null,
145144
"configuration": {
146145
"indexedFileNameExtensions" : ".pdf,.docx",
147146
"excludedFileNameExtensions" : ".png,.jpeg"

0 commit comments

Comments
 (0)