Hi,
In one of the AEM instance, we face an issue with query results.
Forex:
if my query is ---- select * from nt:unstructured where cq:template = '/apps/projectname/templatepath' and jcr:path like '/content/projectname/%'
it returns a set of pages which matching template.
However, newly added pages of that template are not returned as part of the query result.
NOTE: This occurs only in one instance, not in other (which is exact clone of -- not working AEM instance).
What might be the cause of missing new pages in query results?
arunpatidar26, Ratna Kumar, smacdonald2008
Thanks,
Sundari.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
The issue resolved when we checked ntbaselucene index(which showed in execution plan while executing query), which had a property "corrupt".
Hence we removed ntbaselucene and installed the correct one from other instance.
Then the query result worked fine as expected.
Views
Replies
Total Likes
Check if there are any spaces after the template path in newly created pages or this could be an issue with indexing. So try re-indexing the cq:template property here /oak:index/cqTemplate
Thanks,
Amogh
Most Likely, this issue is caused by indexing.
Check [1] to validate if indexes are corrupted or not updating every 5 seconds.
[1] http://<host>:<port>/system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dasync%2Ctype%3DIndexStats
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
The issue resolved when we checked ntbaselucene index(which showed in execution plan while executing query), which had a property "corrupt".
Hence we removed ntbaselucene and installed the correct one from other instance.
Then the query result worked fine as expected.
Views
Replies
Total Likes