Hi @SantoshSai @AmitVishwakarma @ShivamKumar I have tried the Option 2But still i am seeing dam path <h1>Image test</h1>
<sly data-sly-use.imageAttrs="com.projectname.core.models.ImageAttrs"/>
<sly data-sly-resource="${['image1', 'projectname/components/content/image'] @
resourceType='projectnam...
Hi , I am trying to create a dynamic component that displays pages as cards, the data is dynamically pulled from page properties,like featureImage , page title ,etc ,as we have dynamic media I am trying to utilize it by using image component in card component to load the featuredImage from dynami...
Hi @arunpatidar when i add path restrictions thats giving improper results when i use the same path restrictions as cq page lucene its working fine,what might be the issue is my index a valid one?
But when i remove the project specfic path restriction and add excludedPaths String[] /var, /etc/replication, /etc/workflow/instances, /jcr:system this is not breaking but for SQL 2 instead of my index ntBaseLucene is getting used
Hi @aanchal-sikka yes i have checked the custom index being picked for Query and i can see the queries using OOTB pageLucene working fine and still they are using the OOTB pageLucene , i have made the path changes you mentioned its working fine, the cost for custom index is also less compared t...
Hi Everyone the main issue was the index i created the index that was interferring with OOTB cqPageLucene as well as OOTB ntbaseLucene-2 when ,i added the path restrictions intially this was happening then i tried to copy and rename the OOTB page lucene and added my custom properties it worked , im ...
Hi Tarun, I have followed the steps mentioned i am not getting any errors or warnings for the Query and Index , additionally when i run the SQL 2 query with same the index is getting used but for Xpaths it not picking the index
Hi I am trying to create a custom Lucene index in AEM as Cloud serviceQuery /jcr:root/content/projectname/us//element(*, cq:Page)[(jcr:content/@customprop4 = 'true')] option (index tag customtag)Index Definition<hub.name-1-custom-1 jcr:primaryType="oak:QueryIndexDefinition" async="[async]" compatVer...