4

When I changed my synonyms.txt I only see the diferences when I do this:

  • restart solr server
  • indexed some item (empty commit?)

Some knows a way to reload synonyms.txt file without restart server?

Tks a lot.

Topera
  • 12,223
  • 15
  • 67
  • 104

1 Answers1

6

Reloading the core should also reload synonyms. I almost always map indexes to cores (even if it's only one core per instance) due to the enhanced flexibility it provides (as in this case).

Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275