I have an use case of finding references of assets (images, pdfs, videos) in bulk across site. Each folder contains 2500+ assets.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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