I am building a query using QueryBuilder and the query returns 32k results. I am using the following to create an Iterator so that I can index over each result. Iterator<Node> itr = query.getResult().getNodes(); This line however takes a really long time and is slowing my page down drastically. ...
We have two dev servers that are getting Solr errors. Our QA, Staging and Prod servers do not have this error. We want to investigate if a configuration setting is wrong in the dev environments. Google searches on the error suggest this error can occur when SOLR is using the wrong version of spatial...
Hi All,I appended ?debugClientLibs=true to the page http://localhost:4502/cf#/content/geometrixx-media/en/entertainment/daniel-falardeau.html in OOTB instance. But I am not able to understand what exactly is the use of it.Any thoughts on this will be helpful.
Hi,I upgraded my CQ 5.6.1 to AEM 6.1. But there is an error while uploading my custom bundle. Hence status of the bundle is showing as Installed and not Active. The log file shows an error:-org.osgi.framework.BundleException: Unresolved constraint in bundle com.ceb.webcq-bundle [311]: Unable to reso...
Hi All,I want to create a very simple campaign with personalized teasers based on segments - male/female. I tried following steps but somehow teaser image doesn't appear and shows "No active campaign target this teaser".1. Created a brand.2. Created a campaign under brand.3. Created two experiences ...
Hello,Is it possible to build a package of our content repository that only contains recent changes? For example, could someone filter the dam for "last seven days"? The goal is to reduce the package file size by avoiding the export of the entire node. We are running AEM 6.0.Thank you,
We have a requirement to append a CTA link to the player window when the video completes. Currently the replay icon is appended when the video completes, is it possible to hook into this event? I did not see anything in the docs and was curious if others had done something similar? Thank you in a...