I'm using Solr 1.3 and I've never been able to get the SolrCore (formerly MultiCore) reload feature to pick up changes I made to my synonyms file. At index time I expand synonyms. If I change my synonyms.txt file then do a MultiCore RELOAD and then reindex my data and then do a query that should work now that I added a synonym, it doesn't work. If I go to the analysis page and try putting in the text I see that it did pick up the changes. I'm forced to bring down the the webapp for the changes to truly be reloaded. Has anyone else seen this?
I wonder if the handler that updates the index actually doesn't get reloaded somehow and so it still uses the old synonyms file. I have no idea; just a shot in the dark. ~ David Smiley -- View this message in context: http://www.nabble.com/SolrCore%2C-reload%2C-synonyms-not-reloaded-tp19339767p19339767.html Sent from the Solr - User mailing list archive at Nabble.com.