I have an use case of finding references of assets (images, pdfs, videos) in bulk across site. Each folder contains 2500+ assets.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Found the best approach of using AEM ACS commons report.
Link: /apps/acs-commons/content/reports.html
You might want to explore this - AssetReferenceSearch
public AssetReferenceSearch(Node node, java.lang.String searchPath, ResourceResolver resolver)
node
- node to start search for referencessearchPath
- search for assets starting with searchPath
resolver
- resource resolverpublic java.util.Map<java.lang.String,Asset> search()
Found the best approach of using AEM ACS commons report.
Link: /apps/acs-commons/content/reports.html
Views
Likes
Replies