Hi all,
I am reading three types are Search in AEM: search-jcr, search-wcm, and searchenhanced.cq5wcm.
What are the differences among these three and when do we use what search?
Earlier, I read about QOM/JQOM type as well.
Kindly suggest where I could get all these Search types listed along with their comparisons as well as code samples.
Appreciate your replies.
Thanks,
Rama.
Solved! Go to Solution.
Can you point us to where you are reading about search-wcm?
The APIs to use to search/query AEM are QueryBuilder API, JCR-SQL/2 or JQOM.
QUeryBuilder API here:
JQOM:
Scott's Digital Community: Using the Java Query Object Model within Adobe Experience Manager
Here is a discussion of using JCR API to query data using JCR SQL:
These are the main APIs to query JCR Data
Hi,
Can you let us know the use-case.
Views
Replies
Total Likes
Hi,
There is no use case per say.
I am teaching various concepts of AEM to my colleagues and wanted to cover Search as a part of it.
Thanks,
Rama.
Views
Replies
Total Likes
Can you point us to where you are reading about search-wcm?
The APIs to use to search/query AEM are QueryBuilder API, JCR-SQL/2 or JQOM.
QUeryBuilder API here:
JQOM:
Scott's Digital Community: Using the Java Query Object Model within Adobe Experience Manager
Here is a discussion of using JCR API to query data using JCR SQL:
These are the main APIs to query JCR Data