mirror of https://github.com/apache/lucene.git
LUCENE-9313: move change to 9.0, the prerequisite snowball support is only present there
This commit is contained in:
parent
c7029b1254
commit
54a5dc2e6e
|
@ -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
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue