The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.
Hi There, 🙂
we want to improve the search functionality in AEM, we have been experiencing timeouts on search.
We have even created an index for that query but seems to be not working.
<myIndex compatVersion="{Long}2" async="async" jcr:primaryType="oak:QueryIndexDefinition" evaluatePathRestrictions="{Boolean}true" type="lucene">
<indexRules jcr:primaryType="nt:unstructured">
<cq:Page jcr:primaryType="nt:unstructured">
<properties jcr:primaryType="nt:unstructured"/>
</cq:Page>
</indexRules>
</myIndex>This is the query - select [jcr:path], [jcr:score], * from [cq:Page] as a where contains(*, 'tax') and isdescendantnode(a, '/content')
We can't increase the QueryLimitReads parameter in AEM.
