Skip to content

Commit 45d3693

Browse files
Merge pull request #235454 from HeidiSteen/heidist-refresh
edits to sharepoint indexer warning for enrichment cache
2 parents e5393bb + d0e9023 commit 45d3693

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+
> [!CAUTION]
183+
> 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.
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+
> [!CAUTION]
31+
> 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.
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)