Skip to content

Commit 399e773

Browse files
committed
modified limitation
1 parent 4c6f14a commit 399e773

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/search/enrichment-cache-how-to-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You should be familiar with setting up indexers and skillsets. Start with [index
3232
## Limitations
3333

3434
> [!CAUTION]
35-
> 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.
35+
> 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 full rebuild](search-howto-run-reset-indexers.md), should you choose to reload it.
3636
3737
## Permissions
3838

articles/search/enrichment-cache-how-to-manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ If you have configured an enrichment cache, this article explains how to manage
2727

2828
+ An [indexer](search-indexer-overview.md) and [skillset](cognitive-search-working-with-skillsets.md)
2929

30-
+ An [enrichment cache](search-howto-incremental-index.md)
30+
+ An [enrichment cache](enrichment-cache-how-to-configure.md)
3131

3232
## Limitations
3333

3434
> [!CAUTION]
35-
> 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.
35+
> 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 full rebuild](search-howto-run-reset-indexers.md), should you choose to reload it.
3636
3737
## Cache configuration
3838

3939
Physically, the cache is stored in a blob container or table in your Azure Storage account, one per indexer. Each indexer is assigned a unique and immutable cache identifier that corresponds to the container it's using.
4040

4141
The cache is created when you specify the "cache" property and run the indexer. Only enriched content can be cached. If your indexer doesn't have an attached skillset, then caching doesn't apply.
4242

43-
The following example illustrates an indexer with caching enabled. See [Configure enrichment caching](search-howto-incremental-index.md) for full instructions.
43+
The following example illustrates an indexer with caching enabled. See [Configure enrichment caching](enrichment-cache-how-to-configure.md) for full instructions.
4444

4545
To set the cache property, use a preview REST API [Create or Update Indexer](/rest/api/searchservice/indexers/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) or a preview Azure SDK package that provides the feature. You can also enable enrichment caching in the Import data wizard in the Azure portal.
4646

@@ -186,7 +186,7 @@ Incremental processing evaluates your skillset definition and determines which s
186186

187187
Preview APIs provide extra properties on indexers. We recommend the latest preview API.
188188

189-
Skillsets and data sources can use the generally available version. In addition to the reference documentation, see [Configure caching for incremental enrichment](search-howto-incremental-index.md) for details about order of operations.
189+
Skillsets and data sources can use the generally available version. In addition to the reference documentation, see [Configure caching for incremental enrichment](enrichment-cache-how-to-configure.md) for details about order of operations.
190190

191191
+ [Create or Update Indexer (api-version=2025-05-01-preview)](/rest/api/searchservice/indexers/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true)
192192

0 commit comments

Comments
 (0)