mirror of https://github.com/apache/lucene.git
Move some 9.0 changelog items to 8.x
These were backported so should appear in the later sections. This commit also fixes some small typos.
This commit is contained in:
parent
e9339253f5
commit
300589433f
|
@ -16,10 +16,7 @@ New Features
|
|||
|
||||
* LUCENE-9659: SpanPayloadCheckQuery now supports inequalities. (Kevin Watters, Gus Heck)
|
||||
|
||||
* LUCENE-9507: Custom order for leaves in IndexReader and IndexWriter
|
||||
(Mayya Sharipova, Mike McCandless, Jim Ferenczi)
|
||||
|
||||
* LUCENE-9589 Swedish Minimal Stemmer (janhoy)
|
||||
* LUCENE-9589: Swedish Minimal Stemmer (janhoy)
|
||||
|
||||
System Requirements
|
||||
|
||||
|
@ -170,11 +167,9 @@ Improvements
|
|||
|
||||
* LUCENE-8958: Shared count early termination for relevance sorted indices (Atri Sharma)
|
||||
|
||||
* LUCENE-8937: Avoid agressive stemming on numbers in the FrenchMinimalStemmer.
|
||||
* LUCENE-8937: Avoid aggressive stemming on numbers in the FrenchMinimalStemmer.
|
||||
(Adrien Gallou via Tomoko Uchida)
|
||||
|
||||
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta)
|
||||
|
||||
* LUCENE-8596: Kuromoji user dictionary now accepts entries containing hash mark (#) that were
|
||||
previously treated as beginning a line-ending comment (Satoshi Kato and Masaru Hasegawa via
|
||||
Michael Sokolov)
|
||||
|
@ -331,7 +326,7 @@ Other
|
|||
* LUCENE-9267: Update MatchingQueries documentation to correct
|
||||
time unit. (Pierre-Luc Perron via Mike Drob)
|
||||
|
||||
* LUCENE-9411: Fail complation on warnings, 9x gradle-only (Erick Erickson, Dawid Weiss)
|
||||
* LUCENE-9411: Fail compilation on warnings, 9x gradle-only (Erick Erickson, Dawid Weiss)
|
||||
Deserves mention here as well as Lucene CHANGES.txt since it affects both.
|
||||
|
||||
* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk (Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)
|
||||
|
@ -368,6 +363,8 @@ API Changes
|
|||
|
||||
New Features
|
||||
---------------------
|
||||
* LUCENE-9507: Custom order for leaves in IndexReader and IndexWriter
|
||||
(Mayya Sharipova, Mike McCandless, Jim Ferenczi)
|
||||
|
||||
* LUCENE-9575: PatternTypingFilter has been added to allow setting a type attribute on tokens based on
|
||||
a configured set of regular expressions (Gus Heck).
|
||||
|
@ -1263,6 +1260,8 @@ Improvements
|
|||
|
||||
* LUCENE-8966: The Korean analyzer now splits tokens on boundaries between digits and alphabetic characters. (Jim Ferenczi)
|
||||
|
||||
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-8922: DisjunctionMaxQuery more efficiently leverages impacts to skip
|
||||
|
|
Loading…
Reference in New Issue