Hi All,Was trying to find some documentation on this, but could not find much information except at places where it mentioned that we need to generate sitemap xml which has then, to be fed to GSA.Any additional thoughts/documentation on this will be helpful.
Hello,I am attempting to create a search in querybuilder that is finding a property and searching for content reflecting what is put in the property value of the jcr:title. Code example below.path=path type=nt:unstructured 1_type=nt:unstructured 1_nodename=nameofproperty 2_relativedaterange.type=nt:...
Hello, I was installing a separate instance at 4504, but automatically AEM now creates a cluster and even offloading agents. Is there a way to prevent this default behaviour completely?Back in 5.6 there was a file repository.xml that you could edit, but I now cannot find a way to disable this in /sy...
Hi,I encountered an error when I was trying to import the lca file through the AEM form admin UI. It seems like the program is unable to connect to AEM instance but both the AEM and the AEM form instances are running. I have also configured the live cycle connector at the AEM to point to the AEM for...
Hi,We have the requirement where we need to configure multiple senderName and senderEmail for the recipients. Such that:Email 1 will have Template A and senderNameA senderEmailAEmail 2 will have Template B and senderNameB senderEmailBIn Day CQ Mail Service we can configure only one user credentials....
Hi, I try to use HttpSession to store some values but it is not working in AEM 6.2 Here is my test code when you click next you should see "my new value" instead null<!doctype html><%@ page session="true" %><html><% //HttpSession sessionCustom=request.getSession(false); String oldValue = (Stri...
When using the activity stream component, what is the path(s) I need to include in the clientlibs embed property (e.g. forum is cq.social.author.hbs.forum)?
Hi All,How Can i disable a tab in author dialog based on the current page template? I know i need to use a listener, can someone please tell me how to use it?
While researching my query builder problem, I learned that there are built-in functions that you can wrap around the value of a search result.Here are the two I found:fn:lower-case()fn:upper-case()Is there a complete list of all the built-in function reference that I can use in query builder?