April 14, 2020
Estimated Post Reading Time ~

Querying Adobe Experience Manager 6.4 JCR data using the QueryBuilder API

You can create an Adobe Experience Manager 6.4 application that queries data located in the Java Content Repository (JCR). In this article, you use a com.day.cq.search.QueryBuilder instance that belongs to the QueryBuilder API. This API requires that you define search parameters and an optional filter. After you execute the query, the results are stored in a result set. You can display the result set in an Experience Manager web page. For information, see Interface QueryBuilder.

The following illustration shows JCR data displayed (retrieved by using the QueryBuilder API) within an Experience Manager HTL component.



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.