LUCENE-8907: Move change logs for LUCENE-8778 and following issues to the 9.0.0 updates section.

This commit is contained in:
Tomoko Uchida 2019-07-11 23:50:34 +09:00
parent 7eb730f6e0
commit 6d79cc9e44
1 changed files with 8 additions and 7 deletions

View File

@ -35,6 +35,10 @@ Improvements
docs on equal scores. Also, remove the ability of TopDocs.merge to set shard docs on equal scores. Also, remove the ability of TopDocs.merge to set shard
indices (Atri Sharma, Adrien Grand, Simon Willnauer) 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 Bug fixes
* LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while * 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-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 ======================= ======================= Lucene 8.2.0 =======================
API Changes API Changes
@ -153,12 +161,8 @@ Improvements
* LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. (Jun Ohtani via Tomoko Uchida) * 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-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 Optimizations
* LUCENE-8796: Use exponential search instead of binary search in * LUCENE-8796: Use exponential search instead of binary search in
@ -200,9 +204,6 @@ Other
* LUCENE-8852: ReleaseWizard tool for release managers (janhoy) * 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-8838: Remove support for Steiner points on Tessellator. (Ignacio Vera)
* LUCENE-8879: Improve BKDRadixSelector tests. (Ignacio Vera) * LUCENE-8879: Improve BKDRadixSelector tests. (Ignacio Vera)