Skip to content

Commit 63f2ce0

Browse files
authored
Merge pull request #102816 from jadrefke/master
[Azure Search] Update Indexer Cache documentations to make required permissions clear
2 parents 8eb6731 + 9b94dd3 commit 63f2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Incremental enrichment adds caching and statefulness to an enrichment pipeline,
2323

2424
Incremental enrichment adds a cache to the enrichment pipeline. The indexer caches the results from document cracking plus the outputs of each skill for every document. When a skillset is updated, only the changed, or downstream, skills are rerun. The updated results are written to the cache and the document is updated in the search index or the knowledge store.
2525

26-
Physically, the cache is stored in a blob container in your Azure Storage account. All indexes within a search service may share the same storage account for the indexer cache. Each indexer is assigned a unique and immutable cache identifier to the container it is using.
26+
Physically, the cache is stored in a blob container in your Azure Storage account. The cache also uses table storage for an internal record of processing updates. All indexes within a search service may share the same storage account for the indexer cache. Each indexer is assigned a unique and immutable cache identifier to the container it is using.
2727

2828
## Cache configuration
2929

0 commit comments

Comments
 (0)