From 41ae03a9a0dedd41865d5e6200fa1a73c8ee7b7f Mon Sep 17 00:00:00 2001 From: iverase Date: Wed, 17 Jul 2019 13:53:21 +0200 Subject: [PATCH] LUCENE-8923: Add Lucene-8.3 entry in CHANGES.txt --- lucene/CHANGES.txt | 17 +++++++++++------ solr/CHANGES.txt | 15 +++++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 4060e0b6efc..86f6e0f932e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -37,10 +37,6 @@ Improvements docs on equal scores. Also, remove the ability of TopDocs.merge to set shard indices (Atri Sharma, Adrien Grand, Simon Willnauer) -* LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. (Tomoko Uchida) - -* LUCENE-8894: Add APIs to find SPI names for Tokenizer/CharFilter/TokenFilter factory classes. (Tomoko Uchida) - Bug fixes * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while @@ -50,9 +46,18 @@ Other * LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim) -* LUCENE-8778: Define analyzer SPI names as static final fields and document the names in Javadocs. - (Tomoko Uchida, Uwe Schindler) +======================= Lucene 8.3.0 ======================= +Improvements + +* LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. (Tomoko Uchida) + +* LUCENE-8894: Add APIs to find SPI names for Tokenizer/CharFilter/TokenFilter factory classes. (Tomoko Uchida) + +Other + +* LUCENE-8778 LUCENE-8911: Define analyzer SPI names as static final fields and document the names in Javadocs. + (Tomoko Uchida, Uwe Schindler) ======================= Lucene 8.2.0 ======================= diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 91f10c5abfa..c33a7b962d2 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -57,6 +57,21 @@ Upgrade Notes * SOLR-13596: Deprecated GroupingSpecification methods are removed. (Munendra S N) +================== 8.3.0 ================== + +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.19.1 +Carrot2 3.16.0 +Velocity 2.0 and Velocity Tools 3.0 +Apache ZooKeeper 3.5.5 +Jetty 9.4.19.v20190610 + + +(No Changes) + ================== 8.2.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.