From 868e41bc995ae43598398006a0c919fd0c6a1ff2 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Thu, 19 Dec 2019 08:34:47 +0100 Subject: [PATCH] Minor improvements to the Solr changes. --- solr/CHANGES.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ea2277b30be..f3b5c3f9467 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -160,8 +160,8 @@ Jetty 9.4.19.v20190610 Upgrade Notes --------------------- -* org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder has new method 'setMainQuery' which is used - to set top-level query. build() would fail if called without setting mainQuery +* SOLR-13823: org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder has new method 'setMainQuery' which is used + to set top-level query. build() would fail if called without setting mainQuery. * SOLR-13817: Deprecate legacy SolrCache implementations. Users are encouraged to transition their configurations to use org.apache.solr.search.CaffeineCache instead. (ab) @@ -271,10 +271,6 @@ Improvements * SOLR-13970: Fail the request when collapsing or expand is used with Grouping. (Erick Erickson, Joel Bernstein, Munendra S N) -Optimizations ---------------------- -(No changes) - Bug Fixes ---------------------