Hi

I am upgrading solr 6.1.0 to 8.0.0. In solr 6.0.0 my folder structure below
---product
---conf
 ---schema.xml
        ---solrconfig.xml
    ---core.properties
---solr.xml

core.properties contains
name=product
shard=shard1
collection=product

upconfig command :
zkcli.bat -cmd bootstrap -solrhome 
F:\SolrCloud-6.1.0\solr-6.1.0-shard-1\server\solr -z 
192.168.100.222:3181,192.168.100.222:3182,192.168.100.222:3183

Note : In solr 6.1.0 , I did not create the product collection just copy from 
Solr 5.2.0 and changed solrconfig.xml.

when I start the solr 6.1.0, product collection is automatic created and also I 
can access in GUI admin.
But in Solr 8.0.0, collection is not created automatic and Error came. I used 
same core.properties.
Why is it not working??

Regards,
Vishal
Sent from Outlook<http://aka.ms/weboutlook>

Reply via email to