You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/01/23 10:30:32 UTC

[02/41] lucene-solr:jira/solr-11702: synchronize changes.txt for 7.2.1 release

synchronize changes.txt for 7.2.1 release


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b6f65197
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b6f65197
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b6f65197

Branch: refs/heads/jira/solr-11702
Commit: b6f6519749c6fc44e6d214c39cc92ca4561f3715
Parents: 518a3ec
Author: Jim Ferenczi <ji...@apache.org>
Authored: Mon Jan 15 10:34:47 2018 +0100
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Mon Jan 15 10:35:52 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt |  6 ++++++
 solr/CHANGES.txt   | 16 ++++++++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b6f65197/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index df4cbc4..435a461 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -154,6 +154,12 @@ Other
 * LUCENE-8075: Removed unnecessary null check in IntersectTermsEnum.
   (Pulak Ghosh via Adrien Grand)
 
+======================= Lucene 7.2.1 =======================
+
+Bug Fixes
+
+* LUCENE-8117: Fix advanceExact on SortedNumericDocValues produced by Lucene54DocValues. (Jim Ferenczi).
+
 ======================= Lucene 7.2.0 =======================
 
 API Changes

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b6f65197/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3d1cda2..8cac79a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -145,16 +145,32 @@ Other Changes
 
 ==================  7.2.1 ==================
 
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.16
+Carrot2 3.15.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.10
+Jetty 9.3.20.v20170531
+
 Bug Fixes
 ----------------------
 
 * SOLR-11771: Overseer can never process some last messages (Cao Manh Dat)
 
+* SOLR-11783: Rename core in solr standalone mode is not persisted (Erick Erickson)
+
 * SOLR-11809: QueryComponent.prepare rq parsing could fail under SOLR 7.2.0 - fix:
   QueryComponent's rq parameter parsing no longer considers the defType parameter.
   (Christine Poerschke and David Smiley in response to bug report/analysis
   from Dariusz Wojtas and Diego Ceccarelli)
 
+* SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas
+  fq=clause does not (Erick Erickson)
+
 ==================  7.2.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.