Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

Reindexing for CQ:tags

Avatar

Level 6

Hi All,

When i am selecting the images from dam folder, we can able to see all tags are getting loading and it is becoming slow .

Could you please let me know which oak:index is possible for this?

I have already got a node from day care but still not working. I also tried indexing cq:tags. Still same issue. Could someone provide custom index for the below???

 

21.08.2015 19:03:25.094 *WARN* [113.193.19.213 [1440163995953] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/dattest/1.jpg HTTP/1.1] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 42000 nodes with filter Filter(query=select [jcr:path], [jcr:score], * from [cq:Tag] as a where isdescendantnode(a, '/etc/tags/default') /* xpath: /jcr:root/etc/tags/default//element(*, cq:Tag) */, path=/etc/tags/default//*); consider creating an index or changing the query
21.08.2015 19:03:25.296 *WARN* [113.193.19.213 [1440163995953] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/dattest/1.jpg HTTP/1.1] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 43000 nodes with filter Filter(query=select [jcr:path], [jcr:score], * from [cq:Tag] as a where isdescendantnode(a, '/etc/tags/default') /* xpath: /jcr:root/etc/tags/default//element(*, cq:Tag) */, path=/etc/tags/default//*); consider creating an index or changing the query
21.08.2015 19:03:25.497 *WARN* [113.193.19.213 [1440163995953] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/dattest/1.jpg HTTP/1.1] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 44000 nodes with filter Filter(query=select [jcr:path], [jcr:score], * from [cq:Tag] as a where isdescendantnode(a, '/etc/tags/default') /* xpath: /jcr:root/etc/tags/default//element(*, cq:Tag) */, path=/etc/tags/default//*); consider creating an index or changing the query
21.08.2015 19:03:25.699 *WARN* [113.193.19.213 [1440163995953] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/dattest/1.jpg HTTP/1.1] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 45000 nodes with filter Filter(query=select [jcr:path], [jcr:score], * from [cq:Tag] as a where isdescendantnode(a, '/etc/tags/default') /* xpath: /jcr:root/etc/tags/default//element(*, cq:Tag) */, path=/etc/tags/default//*); consider creating an index or changing the query

4 Replies

Avatar

Employee Advisor

which AEM version are you using? 6.0? Any service pack applied? Which version of Oak?

kind regards,
Jörg

Avatar

Level 6

can you please provide any suggestion on this?

Avatar

Level 6

After installing the hotfix 5521 , facing same issue.

Avatar

Level 10

We are going to put a lot of content in community around OAK tasks -- including OAK indexing.