I was going through the alfresco log and found this section
14:12:11,531 INFO [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
14:12:12,159 WARN [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
14:12:12,174 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
14:12:13,846 WARN [org.alfresco.repo.node.index.FullIndexRecoveryComponent] The indexes are not synchronized with the database.
14:12:14,232 WARN [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Index for avm store sitestore is out of date
14:12:14,386 WARN [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Index for avm store @paramount@sitestore is out of date
14:12:14,595 WARN [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Index for avm store @warnerbros@sitestore is out of date
14:12:15,563 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /mnt/nas/alfresco/alf_data
14:12:15,607 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: Indexes not found for 7 stores.
14:12:15,608 INFO [org.alfresco.repo.admin.ConfigurationChecker] You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.
14:12:15,608 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
14:12:15,608 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
14:12:15,611 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 04160014 Ensure that the 'dir.root' property is pointing to the correct data location.
How do I address the issue with the indexes and where are they?