On 3/29/2013 12:14 PM, Plamen Mihaylov wrote:
> Can I ask you another question: I have Magento + Solr and have a
> requirement to create an admin magento module, where I can add/remove
> synonyms dynamically. Is this possible? I searched google but it seems not
> possible.

If you change the synonym list that you are using in your index analyzer
chain, you must rebuild your entire index.  If you don't, the updated
synonyms will only affect newly added records.  This is because the
index analyzer is only applied at index time.

Thanks,
Shawn

Reply via email to