Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I want search like this;
I try test like
map.put("path", "/content"));
map.put("fulltext","geo");
Query query = queryBuilder.createQuery(PredicateGroup.create(params), session);
SearchResult result= query.getResult();
for (Hit hit : result.getHits()) {
Map<String, String> excerpts = hit .getExcerpts();}
but excerpts is null;
what should I do?
Solved! Go to Solution.
It is picking up excerpts otherwise it wouldn't highlight "geo" in the results. this is something else
check aem 6.2 querybuilder api not returning results or debug the code
Adobe Experience Manager Help | Creating a HTML Template Language component that uses the AEM QueryB...
View solution in original post
Views
Likes
Replies