Re: SynonymFilterFactory needs bounce for every change

2017-08-08 Thread Erick Erickson
If this is SolrCloud, you should not use the core admin API, use the collections API. FWIW. Erick On Aug 8, 2017 8:20 AM, "Abhijit Pawar" wrote: > Thanks Eric! > Yes that helped.I am reloading my core >> :8983/solr/admin/cores? > action=RELOAD=mycore > Now the

Re: SynonymFilterFactory needs bounce for every change

2017-08-08 Thread Abhijit Pawar
Thanks Eric! Yes that helped.I am reloading my core >> :8983/solr/admin/cores? action=RELOAD=mycore Now the synonyms are showing up w/o bounce. Thanks Shawn! I will try this option of managed synonyms to update the list... Regards, Abhijit On Mon, Aug 7, 2017 at 6:56 PM, Erick

Re: SynonymFilterFactory needs bounce for every change

2017-08-07 Thread Erick Erickson
Did you try reloading the relevant collections? The synonyms are read at core load time and reloading the collection should do that. bq: Also can we have synonyms defined for certain documents and not common to all the documents indexed Not that I know of Best, Erick On Mon, Aug 7, 2017 at

SynonymFilterFactory needs bounce for every change

2017-08-07 Thread Abhijit Pawar
Hi, I am using SynonymFilterFactory in my custom fieldType and I observed SOLR picks up new synonyms from the synonyms.txt file only when I bounce the server. Is there something we can do to get the synonyms picked up without bouncing server? Also can we have synonyms defined for certain