On 3/7/24 17:49, Scott Derrick wrote:
I installed 8.11 and can access it via teh web interface.
I created an example core in /var/solr/data/test
test/conf
/data
I used the solarconfig.xml and managed-schema files from /opt/solr/
example/files/conf
When I use the core admin tool to add a core I get this error
Error CREATEing SolrCore 'test': Unable to create core [test] Caused by:
Can't find resource 'lang/contractions_it.txt' in classpath or '/var/
solr/data/test'
The core's config (most likely the schema in this case) references a
file named "lang/contractions_it.txt" and that file is not found with
the config. Most likely you just copied solrconfig.xml and the schema
and did not copy the rest of the files in the conf directory, and some
of those files ARE needed.
Thanks,
Shawn