We have full text search working as expected with the following (as described here: http://helpx.adobe.com/adobe-cq/using/using-query-builder-api.html):map.put("group.1_fulltext", fulltextSearchTerm);map.put("group.1_fulltext.relPath", "jcr:content");This is a full-text predicate which corresponds t...
In adobe AEM (aka cq), for a given url is it possible to see what jsp's are being invoked?We've got example code, not written by us where 2 sets of 'base' jsp are being matched if a specific selector is present or not - 'm' for mobile. In the base jsp a variable is then set to flag if a mobile or de...
If i recall correctly heap dump was dumping JVM heap dump based on time interval and threshold in CQ 5.5 but 5.6.1 does not seems to behave correctly or may be it's dust on my mind :).Any thought how to get automatic heap dump working..... not sure interval is in millisecond? Thrash hold value neve...
I am working in CQ5 blog pages. The JSP's under collab/blog all say that "DEPRECATED since CQ 5.6. Use /libs/social/blog/ directly"What difference will it make if I still wanna go ahead with the collab/blog pages instead of the newer social/blog ?What are the underlying features that differ in the...
What is best way search by uppercase using querymanager.When a user enters a lowercase character in the field on the SiteAdminSearchPanel.js page, we need to search by an uppercase character.My facet search predicate looks like this:<code>C:\wcms_5_5\code\zzzcom-mvn\content\src\jcr_root\apps\dam\c...
Hi, I am not an expert in osgi, just learning the ropes. So apologies if I use the wrong terminology, hope you can help.I have a service that runs within the OSGI framework and a scheduler that triggers that service to do something on a regular basis.That service is never called from a CQ component,...
Has anybody tried configuring CQ5.6.1 with Logback which provides obvious benefits over Log4J. SL4J provides inbuilt support for logback and CQ5.6.1 logging is based on SL4J, so I guess it should be achievable. Also there are certain use cases where-in we need to provide unique request ID to all the...
Hi , I want to write a custom media handler for image of type x-raw-canon (CR2).But when i do so , this handler is not getting called .The standardImageHandler is getting invoked.I cannot stop this handler because it handles various other formats , such as gif etc.How can i make my handler get calle...
Hi all,We have implemented a custom component for search which uses the QueryBuilder to do the search.When we check for basic contents for example a property value as a keythen the search works fine.However if the property has some <html> tags in the property value, then we get error in the excerpti...
All,Its a very confusing problem which i am facing. I have following path in cq dam:/content/dam/example/test/language. Inside this path i have json and zip files. In my code i am using resourceresolver.resolve and passing above path along with json file name. When i print the output of above method...