How to initiate Reindexing in AEM


Statement : How to reindex in AEM 6.3

Pre-requsite:
  • AEM 6.3 is up and running
  • ACS-common package is installed

Below approaches can be used for reindexing :

Approach 1: Reindex using CRXDE Lite console
  • Go to this path /oak:index/cqPageLucene and Change the reindex property to true by default it will be false only.
  • Save the changes
  • Re-indexing will be triggered immediately
  • Observe the Log file to Check whether index is triggered or not. in the log file you moght see the statement - Indexing is in progress...
  • After re-indexing is done, the re-index property will be auto changed to False
Approach 2: Reindex using OAK Index Manager

Disk usage is in AEM 6.3 server is abnormally and rapidly increasing on an AEM server.

Statement : Rapid growth in Repository size

Follow the below URL:

https://helpx.adobe.com/experience-manager/kb/analyze-unusual-repository-growth.html





set the Oak Login token session expiration

Statement : Apache jackrabbit oak TokenConfiguration

Environment : AEM 6.3

Solution :

- Go to System/console/configmgr
- Search for Apache jackrabbit oak TokenConfiguration
- set the token expiration value to 1 hr or 60000 seconds
- Save the changes. That's it!.