I was trying to search for fields but crxde does not show any results in home search or query tool.
Views
Replies
Total Likes
Hi Chinmay,
User should be logged in to AEM in order to search in crx/de console.
/Brijesh Yadav
Hello Chinmay,
Which version of AEM are you using? I tried this search in my OOTB instance and was able to see result. Screenshot attached -
Also, you can use AEM query builder API (host:port/libs/cq/search/content/querydebug.html) to search from JCR. You will get the result in JSON format.
Hi Nidhip,
I use AEM 6.4.4.
I have tried to search in OOTB instance and the results did not show up there too.
1. Could you please check LastIndexedTime time from JMX console ./system/console/jmx --> IndexStats (This shows that when was last time index got updated).
It should not be stale.
2. Also, try getting Debug level log on below index APIs -
- org.apache.jackrabbit.oak.plugins.index
- org.apache.jackrabbit.oak.query
- com.day.cq.search
while you search. It will give a clear picture on what might be causing this.
If nothing helps, feel free to open Daycare ticket
Cheers,
Nidhi.
Hi Chinmay,
User should be logged in to AEM in order to search in crx/de console.
/Brijesh Yadav
Hi Brijesh
I am logged in.
I have this error -
*ERROR* [sling-default-5-HourlySnapshotJob] org.apache.jackrabbit.oak.plugins.index.lucene.BadIndexTracker Could not access the Lucene index at [/oak:index/lucene]
in error.log
.
Views
Likes
Replies