diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b0047a1d8a8..0b98fa0b7cd 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -148,6 +148,9 @@ Other Changes * SOLR-8097: Implement builder pattern design for constructing SolrJ clients and also deprecate direct construction of client objects. (Jason Gerlowski, Shawn Heisey, Anshum Gupta) +* SOLR-8967: In SolrCloud mode, under the 'Core Selector' dropdown in the UI the Replication tab won't be displayed + anymore. The Replication tab is only beneficial to users running Solr in master-slave mode. (Varun Thacker) + ================== 6.0.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html index 6c4df6afe86..a8567a58423 100644 --- a/solr/webapp/web/index.html +++ b/solr/webapp/web/index.html @@ -209,7 +209,7 @@ limitations under the License.
  • Ping ({{pingMS}}ms)
  • Plugins / Stats
  • Query
  • -
  • Replication
  • +
  • Replication
  • Schema
  • Segments info