I can see index node in crx/de. I took the latest index node from cloud service environment(cqPageLucene) and followed the same steps which you have mentioned which are also available in the documentation. Still did not pick the custom index.
I have customized out of the box index cqPageLucene and the new index node name is cqPageLucene-custom-1.
But still it is picking cqPageLucene not the custom index.
Even I tried using index node name as cqPageLucene-1-custom-1.
I have followed following document
https://experienceleague.adobe.com/do...
This will work for property search. Not for full text search.
When I do fulltext search I am getting pages where this text is available. In one of the page I have used banner component. This component have one background image.
like
HTML:
<img src="/content/dam/wknd/cricket-stadium.jpg">
<div>.........
I am using following query for fulltext search
type=cq:Page
path=/content/we-retail/en
fulltext=cricket
It is getting certain results which are not needed in the results. Is there a way to restrict the results.
thanks in advance
I tried following code. Still it is not working.Authorizable authorizableUser = userManager.getAuthorizable("X");Authorizable authorizableGroup = userManager.getAuthorizable("A");if(authorizableGroup != null && authorizableGroup.isGroup()){ Group requiredGroup= (Group) authorizableGroup; Sys...
Hi,I have a AEM user say X. I have two groups A and B. User X is member of Group B and Group B is member of Group A. How to identify Whether X is a member of A?Thanks in advanceRegards,Vasim
Hi Everyone,My name is Vasim Akram Shaik. I am working as AEM Developer in TechAspect Solutions Pvt. Ltd. I have around 4 years of experience in AEM development.Regards,Vasim