Configuring shardsWhitelist in Solr 6.6
问题 Need help to configure shardsWhitelist in Solr 6.6. I have the below line in Solr.xml <str name="shardsWhitelist">${solr.shardsWhitelist:}</str> And I added the following in solrconfig.xml <requestHandler name="/select" class="solr.SearchHandler"> <shardHandler class="HttpShardHandlerFactory"> <int name="socketTimeOut">1000</int> <int name="connTimeOut">5000</int> <str name="shardsWhitelist">https://<URL1>/solr/core0,<URL2>/solr/core0,<URL3>/solr/core0</str> </shardHandler> But, I can’t get