- The xpath query [1] used by the AEM Client Library Manager (HTMLLibraryManager) is using some index other than the /oak: index/nodetype index.
- The nodetype index is failing to get updated or is corrupted.
- The clientlibs-service user's permissions are missing.
/jcr: root//element(*, cq :ClientlibraryFolder)
I. Check the service user permissions
Review this article in case the clientlibs-service user permissions are missing
II. Check that the query is getting correct results
-
Validate whether your missing client library is in the results. If it appears there, then contact AEM Customer Care to get help with further investigation. Else continue to the next step.
-
You can debug what is causing a different index to return a lower-cost estimation for the query. Refer to this article for how to enable debug logging for query analysis.
-
To reindex the index asynchronously, follow the steps in this article.
Внимание:
Note that during reindexing, some searches may display outdated results and system may be less responsive. It is recommended to either take an outage for reindexing or perform this task when the least amount of users are on the system.