Topera
Topera

Reputation: 12389

How to reload synonyms.txt in Solr?

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

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

Tks a lot.

Upvotes: 4

Views: 4506

Answers (1)

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99730

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).

Upvotes: 6

Related Questions