Re: Solrcloud doesn't like relative path

2018-06-20 Thread Shawn Heisey
On 6/19/2018 5:47 PM, Sushant Vengurlekar wrote: Based on your suggestion I moved the helpers to be under configsets/conf so my new folder structure looks -configsets - conf helpers synonyms_vendors.txt - collection1 -conf

Re: Solrcloud doesn't like relative path

2018-06-19 Thread Sushant Vengurlekar
Hi Eric Based on your suggestion I moved the helpers to be under configsets/conf so my new folder structure looks -configsets - conf helpers synonyms_vendors.txt - collection1 -conf schema.xml

Re: Solrcloud doesn't like relative path

2018-06-19 Thread Erick Erickson
Configsets are presumed to contain any auxiliary files under them, not a relative path _on Zookeeper_. So try putting your synonyms_vendors.txt in configsets/conf/helpers/synonyms_vendors.txt, then reference it as helpers/synonyms_vendors.txt. Best, Erick On Tue, Jun 19, 2018 at 10:28 AM,

Solrcloud doesn't like relative path

2018-06-19 Thread Sushant Vengurlekar
I have this line in my schema.xml synonyms="../../helpers/synonyms_vendors.txt" My current folder structure is solr - helpers synonyms_vendors.txt -configsets - collection1 -conf schema.xml solrconfig.xml I get the below error