Skip to content

Commit bbba7b1

Browse files
Merge pull request #7153 from gmndrg/main
Update with JSON update field behavior of null
2 parents 2b20a47 + 18078f1 commit bbba7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/search/search-howto-index-json-blobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: how-to
12-
ms.date: 07/25/2025
12+
ms.date: 09/18/2025
1313
ms.update-cycle: 365-days
1414
---
1515

@@ -75,6 +75,7 @@ api-key: [admin key]
7575

7676
> [!NOTE]
7777
> As with all indexers, if fields don't clearly match, you should expect to explicitly specify individual [field mappings](search-indexer-field-mappings.md) unless you're using the implicit fields mappings available for blob content and metadata, as described in [basic blob indexer configuration](search-howto-indexing-azure-blob-storage.md).
78+
> To override an existing index value, the source JSON must provide a non-null value. If the field in the source document is null, the indexer will retain the existing value. To explicitly clear a field, pass an empty string ("") instead. This prevents unintended deletions from the index.
7879
7980
### json example (single hotel JSON files)
8081

0 commit comments

Comments
 (0)