Skip to content

Commit 1ed4491

Browse files
committed
edits to sharepoint indexer warning for enrichment cache
1 parent 37d01b7 commit 1ed4491

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/search/cognitive-search-incremental-indexing-conceptual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ REST API version `2020-06-30-Preview` or later provides incremental enrichment t
179179

180180
## Limitations
181181

182-
If you are using [SharePoint indexer (Preview](search-howto-index-sharepoint-online.md), it is not recommended that the Incremental enrichment feature is used. There are conditions that may rise when indexing with this preview feature that would require to reset the indexer and invalidate the cache.
182+
> [!WARNING]
183+
> If you're using the [SharePoint Online indexer (Preview](search-howto-index-sharepoint-online.md), you should avoid incremental enrichment. Under certain conditions, the cache becomes invalid, requiring you to reset and rerun the indexer if you choose to reload the cache.
183184
184185
## Next steps
185186

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Azure Storage is used to store cached enrichments. The storage account must be [
2727

2828
Preview APIs or beta Azure SDKs are required for enabling cache on an indexer. The portal does not currently provide an option for caching enrichment.
2929

30+
> [!WARNING]
31+
> If you're using the [SharePoint Online indexer (Preview](search-howto-index-sharepoint-online.md), you should avoid incremental enrichment. Under certain conditions, the cache becomes invalid, requiring you to reset and rerun the indexer if you choose to reload the cache.
32+
3033
## Enable on new indexers
3134

3235
On new indexers, add the "cache" property in the indexer definition payload when calling [Create or Update Indexer (2021-04-30-Preview)](/rest/api/searchservice/preview-api/create-or-update-indexer). You can also use the previous preview API version, 2020-06-30-Preview.

0 commit comments

Comments
 (0)