LUCENE-9313: move change to 9.0, the prerequisite snowball support is only present there

This commit is contained in:
Robert Muir 2020-08-26 07:54:24 -04:00
parent c7029b1254
commit 54a5dc2e6e
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 2 additions and 2 deletions

View File

@ -120,6 +120,8 @@ Improvements
with doc values and points. In this case, there is an assumption that the same data is with doc values and points. In this case, there is an assumption that the same data is
stored in these points and doc values (Mayya Sharipova, Jim Ferenczi, Adrien Grand) stored in these points and doc values (Mayya Sharipova, Jim Ferenczi, Adrien Grand)
* LUCENE-9313: Add SerbianAnalyzer based on the snowball stemmer. (Dragan Ivanovic)
Bug fixes Bug fixes
* LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while
@ -176,8 +178,6 @@ New Features
small segments on getReader, subject to a configurable timeout, to improve small segments on getReader, subject to a configurable timeout, to improve
search performance by reducing the number of small segments for searching. (Simon Willnauer) search performance by reducing the number of small segments for searching. (Simon Willnauer)
* LUCENE-9313: Add SerbianAnalyzer based on the snowball stemmer. (Dragan Ivanovic)
Improvements Improvements
--------------------- ---------------------