Skip to content

Commit 309816e

Browse files
Merge pull request #3151 from HeidiSteen/heidist-feb
[azure search] February freshness, part 2
2 parents 7efea53 + 263c74c commit 309816e

6 files changed

+12
-8
lines changed

articles/search/index-ranking-similarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 07/22/2024
11+
ms.date: 02/24/2025
1212
---
1313

1414
# Configure BM25 relevance scoring

articles/search/search-dotnet-mgmt-sdk-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212
- devx-track-dotnet
1313
- ignite-2023
1414
ms.topic: conceptual
15-
ms.date: 07/22/2024
15+
ms.date: 02/24/2025
1616
---
1717

1818
# Upgrade versions of the Azure Search .NET Management SDK

articles/search/search-howto-incremental-index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 12/10/2024
11+
ms.date: 02/24/2025
1212
---
1313

1414
# Enable caching for incremental enrichment in Azure AI Search
@@ -31,6 +31,10 @@ You should be familiar with setting up indexers. Start with [indexer overview](s
3131
> [!CAUTION]
3232
> If you're using the [SharePoint Online indexer (Preview)](search-howto-index-sharepoint-online.md), you should avoid incremental enrichment. Under certain circumstances, the cache becomes invalid, requiring an [indexer reset and run](search-howto-run-reset-indexers.md), should you choose to reload it.
3333
34+
## Permissions
35+
36+
Azure AI Search needs write-access to Azure Storage. If you're using a managed identity for your search service, make sure it's assigned to the **Storage Blob Data Contributor** and **Storage Table Data Reader** roles. For more information, see [Connect to Azure Storage using a managed identity (Azure AI Search)](search-howto-managed-identities-storage.md).
37+
3438
## Enable on new indexers
3539

3640
You can use the Azure portal, preview APIs, or beta Azure SDKs are required to enable an enrichment cache on an indexer.

articles/search/search-howto-index-changed-deleted-blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 08/05/2024
13+
ms.date: 02/24/2025
1414
---
1515

1616
# Change and delete detection using indexers for Azure Storage in Azure AI Search
@@ -24,7 +24,7 @@ There are two ways to implement a soft delete strategy:
2424
+ [Native blob soft delete (preview)](#native-blob-soft-delete), applies to Blob Storage only
2525
+ [Soft delete using custom metadata](#soft-delete-using-custom-metadata)
2626

27-
The deletion detection strategy should be applied from the very first indexer run. If you didn't establish the deletion policy prior to the initial run, any documents that were deleted before the policy was implemented will remain in your index, even if you add the policy to the indexer later and reset it. If this has occurred, it is suggested that you create a new index using a new indexer, ensuring the deletion policy is in place from the beginning.
27+
The deletion detection strategy must be applied from the very first indexer run. If you didn't establish the deletion policy prior to the initial run, any documents that were deleted before the policy was implemented will remain in your index, even if you add the policy to the indexer later and reset it. If this has occurred, it's suggested that you create a new index using a new indexer, ensuring the deletion policy is in place from the beginning.
2828

2929
## Prerequisites
3030

@@ -33,7 +33,7 @@ The deletion detection strategy should be applied from the very first indexer ru
3333
+ Use consistent document keys and file structure. Changing document keys or directory names and paths (applies to ADLS Gen2) breaks the internal tracking information used by indexers to know which content was indexed, and when it was last indexed.
3434

3535
> [!NOTE]
36-
> ADLS Gen2 allows directories to be renamed. When a directory is renamed, the timestamps for the blobs in that directory do not get updated. As a result, the indexer will not re-index those blobs. If you need the blobs in a directory to be reindexed after a directory rename because they now have new URLs, you will need to update the `LastModified` timestamp for all the blobs in the directory so that the indexer knows to re-index them during a future run. The virtual directories in Azure Blob Storage cannot be changed, so they do not have this issue.
36+
> ADLS Gen2 allows directories to be renamed. When a directory is renamed, the timestamps for the blobs in that directory don't get updated. As a result, the indexer won't reindex those blobs. If you need the blobs in a directory to be reindexed after a directory rename because they now have new URLs, you need to update the `LastModified` timestamp for all the blobs in the directory so that the indexer knows to reindex them during a future run. The virtual directories in Azure Blob Storage can't be changed, so they don't have this issue.
3737
3838
## Native blob soft delete
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- ignite-2023
1212
ms.service: azure-ai-search
1313
ms.topic: tutorial
14-
ms.date: 09/04/2024
14+
ms.date: 02/24/2025
1515
---
1616

1717
# Tutorial: Index and enrich encrypted blobs for full-text search in Azure AI Search

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 07/25/2024
13+
ms.date: 02/24/2025
1414
---
1515

1616
# Index plain text blobs and files in Azure AI Search

0 commit comments

Comments
 (0)