dsmiley commented on a change in pull request #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#discussion_r270097963
 
 

 ##########
 File path: solr/solr-ref-guide/src/the-terms-component.adoc
 ##########
 @@ -301,3 +301,5 @@ See the section 
<<distributed-requests.adoc#configuring-the-shardhandlerfactory,
 
 `shards.qt`::
 Specifies the request handler Solr uses for requests to shards.
+
+Same as with regular distributed search, the `shards` parameter is subject to 
a host whitelist that has to be configured in the component init parameters 
using the configuration key `shardsWhitelist` and the list of hosts as values. 
In the same way as with distributed search, the whitelist will be populated to 
all live nodes by default when running in SolrCloud mode. If you need to 
disable this feature for backwards compatibility, you can set the system 
property `solr.disable.shardsWhitelist=true`.
 
 Review comment:
   this snuck in from a bad merge

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to