query builder publish issue | Community
Skip to main content
New Participant
September 9, 2021
Solved

query builder publish issue

  • September 9, 2021
  • 3 replies
  • 1261 views

Hello Team,

 

We have come across a very weird issue in Publish instance .

AEM 6.5.6

In author, Below Query gives me result through Query Builder tool but in Publish, It returns nothing. Not only this , all other queries also do not return any result.

We have 3 publish instances and getting same problem in all three.

NOTE: All the pages are already present in Publish.

 

Sample Query:

type=cq:Page
path=/content/lavazza-athena/us

 

Regards,

AP

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arvind-1

Hi All,

 

Thank you for your reply.

 

We introduced a new site recently and this site path was not present in existing custom Lucene index. After including the new site Path, All works fine now .

 

Thanks.

3 replies

arvind-1AuthorAccepted solution
New Participant
September 9, 2021

Hi All,

 

Thank you for your reply.

 

We introduced a new site recently and this site path was not present in existing custom Lucene index. After including the new site Path, All works fine now .

 

Thanks.

Fanindra_Surat
New Participant
September 9, 2021

Hi @arvind-1 -

 

This looks to me like an indexing issue in your publish instances.

Navigate to /system/console/status-oak-index-stats in your publish instance and check the status of indexes and/or check when the last indexing has happened.

If you observe that the last indexed timestamp is pretty old, then it is a problem with your instance and work with Adobe CSE to have it fixed.

 

Thanks,

Fani

New Participant
September 9, 2021

Hi @arvind-1  - Are you getting any errors in the logs? also try to execute the sample query on Explain query tool.

Just check below link, it may be related to indexing as well.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/query-builder-does-not-work-on-1-publisher-instance/td-p/355236

 

Thanks,