From 7bab1787d6f4546991a3a45dd6d414c9f9c3dd1a Mon Sep 17 00:00:00 2001 From: David Smiley Date: Tue, 19 Jan 2021 16:39:20 -0500 Subject: [PATCH] CHANGES.txt --- solr/CHANGES.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 497f01e55e0e..e6782e0131d1 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -201,13 +201,12 @@ New Features Improvements --------------------- - -* SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing. - Used by default when field=_root_, or explicitly requsted for other fields via hint=block. (Joel Bernstein, hossman) +* SOLR-15081: Metrics for a core: add SolrCloud "isLeader" and "replicaState". (David Smiley) Optimizations --------------------- -(No changes) +* SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing. + Used by default when field=_root_, or explicitly requested for other fields via hint=block. (Joel Bernstein, hossman) Bug Fixes ---------------------