Skip to content

Commit 721166c

Browse files
authored
Merge pull request #102632 from MarkHeff/adlsgen2folders
Add info about folder changes
2 parents dc3101f + c3948b7 commit 721166c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/search/search-howto-index-azure-data-lake-storage.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,11 @@ Indexing content in Data Lake Storage Gen2 is identical to indexing content in A
4444

4545
Azure Data Lake Storage Gen2 implements an [access control model](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-access-control) that supports both Azure role-based access control (RBAC) and POSIX-like access control lists (ACLs). When indexing content from Data Lake Storage Gen2, Azure Cognitive Search will not extract the RBAC and ACL information from the content. As a result, this information will not be included in your Azure Cognitive Search index.
4646

47-
If maintaining access control on each document in the index is important, it is up to the application developer to implement [security trimming](https://docs.microsoft.com/azure/search/search-security-trimming-for-azure-search).
47+
If maintaining access control on each document in the index is important, it is up to the application developer to implement [security trimming](https://docs.microsoft.com/azure/search/search-security-trimming-for-azure-search).
48+
49+
## Change Detection
50+
51+
The Data Lake Storage Gen2 indexer supports change detection. This means that when the indexer runs it only reindexes the changed blobs as determined by the blob's `LastModified` timestamp.
52+
53+
> [!NOTE]
54+
> Data Lake Storage Gen2 allows directories to be renamed. When a directory is renamed the timestamps for the blobs in that directory do not get updated. As a result, the indexer will not reindex those blobs. If you need the blobs in a directory to be reindexed after a directory rename because they now have new URLs, you will need to update the `LastModified` timestamp for all the blobs in the directory so that the indexer knows to reindex them during a future run.

0 commit comments

Comments
 (0)