...
- daemonsCount:: count of import daemons
- patientInfoTimeout: time between writing patients last index time to file, in seconfs
- indexSizeManagerTimeout: time between cleaning index with current IndexClearStrategy, in seconds
- indexClearStrategy: integer presentation of selected IndexClearStrategy
- 0 - do not clear index
- 1 - clearing based on max patients left in the index
- 2 - clearing based on patient non usage time
indexMaxPatients: only if indexClearStrategy equals to 1
- patientMaxNonUsageTime: only if indexClearStrategy equals to 2, in seconds
After editing solrconfig.xml you should restart module to affect changes.
Migration to separate Solr
You can move to separate Solr server. Copy chartsearch-server-VERSION.jar and super-csv-2.1.0.jar to Solr dist folder.
Copy conf/ directory content to Solr conf/ folder.
After deploying Solr you can specify the address in settings page.
Write url to Solr and write "true" to in "Use Dedicated SOLR server". After that you should restart module.