0

I want to really often the synonyms_*.txt in the solr server. I have 2 cores. One for the production System and one the staging. I copy with incron and scp the new generated synonymes to the solr server and restart the tomcat to reload it.

But it can be broken if any config is crap or any product is actually in the update process. Give it any solution to restart/reload one core only via cli?

Thanks for your help.

Dennis

Dennis Wisnia
  • 259
  • 2
  • 12

1 Answers1

1

you can reload a core via the API

Have a look: http://wiki.apache.org/solr/CoreAdmin#RELOAD

use wget to call a reload on your core