Solr cloud error while creating collection no config file found
问题 I am using external zookeper for testing I am using on local system steps I followed are as bellow. Step 1. created 3 zookeper server with data containing myid file containing unique numbers 1,2,3 respectively. Step 2. I started all three zookeper server useing command ./zkServer.sh start Step 3. check status of each server 2 showing status as leader and remaining 2 as Mode: follower Step4 : try to run solr cloud example as /opt/solr$bin/solr start -e cloud -z localhost:2181,localhost:2182