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
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
solrconfig.xm
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, Sushan
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 wh