Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ShalinMangar: http://wiki.apache.org/solr/SolrReplication The comment on the change is: Added note on http basic authentication ------------------------------------------------------------------------------ these unless the bandwidth is extremely low or if there is an extremely high latency--> <str name="httpConnTimeout">5000</str> <str name="httpReadTimeout">10000</str> + + <!-- If HTTP Basic authentication is enabled on the master, then the slave can be configured with the following --> + <str name="httpBasicAuthUser">username</str> + <str name="httpBasicAuthPassword">password</str> </lst> </requestHandler>
