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 when I try to use the bin/solr create_collection
command

Unable to create core [total-joints_4_shard1_replica1] Caused by: Can't
find resource 'helpers/synonyms_vendors.txt' in classpath or
'/configs/total-joints_4', cwd=/opt/solr/server


Can some one suggest what I can do to resolve this.

Thank you

Reply via email to