Hi All,
Details as below :
1] Suppose I upload a DAM asset in CQ with name xyz.jpg
2] The very next moment I can make use of that asset in my page. Go to content finder in my page, search by name xyz.jpg and drag the asset onto the relevant component in my page.
3] How is it that CQ indexes DAM asset so quickly and makes it available for searching. What exactly is the process flow that happens in the background.
4] Can someone please provide a brief description to this and provide few good references to it.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
The indexing happens as part of the write action to the repository. When you upload large assets, it's likely that it's done asynchronously, for smaller writes it happens synchronously. This is part of the repository implementation and I don't know if there's a good documentation on that.
kind regards,
Jörg
Views
Replies
Total Likes
Hi,
The indexing happens as part of the write action to the repository. When you upload large assets, it's likely that it's done asynchronously, for smaller writes it happens synchronously. This is part of the repository implementation and I don't know if there's a good documentation on that.
kind regards,
Jörg
Views
Replies
Total Likes
Hi Jorg,
Thank you for your reply.
I have heard couple of terms related to indexing as below :
- Workspace index
-Repository index
-Version history reindex
I am not getting as to what exactly does this mean. Brief description on this willl be helpful.
Views
Replies
Total Likes
Just as an addendum to what Joerg explained, please refer to http://jackrabbit.apache.org/how-jackrabbit-works.html . Look for links to Query Manager in that link.
Views
Replies
Total Likes
Hi,
Ok, some more details (assuming, that we talk about TarPM here)
Is that sufficient?
Please note, that this has completly changed with AEM 6.0 and Oak as repository.
kind regards,
Jörg
Views
Replies
Total Likes
Hi Kalyanar,
Thanks a lot for the reference link you provided.
Views
Replies
Total Likes
Hi Kalyanar/Jorg,
Also, can you please let me know the difference between index folder present in the below two locations
crx-quickstart/repository/workspaces/crx.default/index/
crx-quickstart/repository/repository/index/
Views
Replies
Total Likes