You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/19 07:42:08 UTC

[lucene-solr] branch master updated: Minor improvements to the Solr changes.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 868e41b  Minor improvements to the Solr changes.
868e41b is described below

commit 868e41bc995ae43598398006a0c919fd0c6a1ff2
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Thu Dec 19 08:34:47 2019 +0100

    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 ea2277b..f3b5c3f 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
 ---------------------