Rebuilding the Quick Find index
If the Quick Find index is corrupted, you can rebuild it by adding and removing an entity in <My Profile> | Administration | System | Quick Find.
Rebuilding the full index can consume significant system resources if a large amount of data is added to the index.
To manually rebuild the index:
- Stop the Quick Find service using the following command:Copy
net stop SageCRMQuickFindService
- Delete the \CRM\QuickFind directory.
- Clear the value for the SolrLastIndexScan entry in the Custom_Sysparams table.
- Restart the Sage CRM Tomcat service, or refresh the system parameter and tables and columns metadata in <My Profile> | Administration | System | Metadata.
- Start the Quick Find service using the following command:Copy
net start SageCRMQuickFindService
- If the index is not rebuilt and \CRM\QuickFind is not recreated, do the following:
- Start the Quick Find service from the Services Control Panel. For more information, see Restarting the Quick Find service.
- Check the keywordSearch.log in \CRM\Logs.
- Ensure the ServerNames value in the Custom_Sysparams table is correct. The Quick Find service starts on the first server in the list.