Skip to main content
New Participant
February 4, 2020

Crxde lite query or home search does not show any results

  • February 4, 2020
  • 8 replies
  • 15430 views

I was trying to search for fields but crxde does not show any  results in home search or query tool.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

8 replies

BrijeshYadav
New Participant
February 4, 2020

Hi Chinmay,

 

User should be logged in to AEM in order to search in crx/de console.

 

/Brijesh Yadav

New Participant
February 5, 2020

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

nidhip010816
Employee
February 4, 2020

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.

New Participant
February 4, 2020

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.

 

nidhip010816
Employee
February 4, 2020

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.

New Participant
February 4, 2020
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.