Skip to content

Commit 9b94dd3

Browse files
author
Austin Drefke
committed
change phrasing
1 parent 5921829 commit 9b94dd3

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. The cache also needs access to Tables in the Storage Account for book keeping. 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)