From 6d79cc9e443b957baf72abcc7757c5edfb7ff1c1 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Thu, 11 Jul 2019 23:50:34 +0900 Subject: [PATCH] LUCENE-8907: Move change logs for LUCENE-8778 and following issues to the 9.0.0 updates section. --- lucene/CHANGES.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 283a10dbf23..1d0e1aa7c4a 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -35,6 +35,10 @@ 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 @@ -44,6 +48,10 @@ 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.2.0 ======================= API Changes @@ -153,12 +161,8 @@ Improvements * LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. (Jun Ohtani via Tomoko Uchida) -* LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. (Tomoko Uchida) - * LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand) -* LUCENE-8894: Add APIs to find SPI names for Tokenizer/CharFilter/TokenFilter factory classes. (Tomoko Uchida) - Optimizations * LUCENE-8796: Use exponential search instead of binary search in @@ -200,9 +204,6 @@ Other * LUCENE-8852: ReleaseWizard tool for release managers (janhoy) -* LUCENE-8778: Define analyzer SPI names as static final fields and document the names in Javadocs. - (Tomoko Uchida, Uwe Schindler) - * LUCENE-8838: Remove support for Steiner points on Tessellator. (Ignacio Vera) * LUCENE-8879: Improve BKDRadixSelector tests. (Ignacio Vera)