Skip to content

Commit d821178

Browse files
Sync CHANGES for 8.9.0 (#189)
Move changes that were released in 8.9.0 from 9.0.0 to 8.9.0.
1 parent 1365156 commit d821178

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lucene/CHANGES.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ http://s.apache.org/luceneversions
77

88
New Features
99

10-
* LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
11-
This method was removed in LUCENE-8909. (Oren Ovadia)
12-
1310
* LUCENE-9322: Vector-valued fields, Lucene90 Codec (Mike Sokolov, Julie Tibshirani, Tomoko Uchida)
1411

1512
* LUCENE-9004: Approximate nearest vector search via NSW graphs
@@ -134,9 +131,6 @@ Improvements
134131

135132
* LUCENE-9960: Avoid unnecessary top element replacement for equal elements in PriorityQueue. (Dawid Weiss)
136133

137-
* LUCENE-9687: Hunspell support improvements: add API for spell-checking and suggestions, support compound words,
138-
fix various behavior differences between Java and C++ implementations, improve performance (Peter Gromov, Dawid Weiss)
139-
140134
* LUCENE-9633: Improve match highlighter behavior for degenerate intervals (on non-existing positions).
141135
(Dawid Weiss)
142136

@@ -358,7 +352,6 @@ Other
358352
* LUCENE-9907: Remove dependency on PackedInts#getReader() from the current codecs and move the
359353
method to backwards codec. (Ignacio Vera)
360354

361-
* LUCENE-9976: Fix WANDScorer assertion error. (Zach Chen, Adrien Grand, Dawid Weiss)
362355

363356
======================= Lucene 8.10.0 =======================
364357

@@ -398,6 +391,9 @@ API Changes
398391
Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
399392
Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
400393

394+
* LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
395+
This method was removed in LUCENE-8909. (Oren Ovadia)
396+
401397
New Features
402398
---------------------
403399
* LUCENE-9507: Custom order for leaves in IndexReader and IndexWriter
@@ -440,6 +436,9 @@ Improvements
440436
* LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues.
441437
(Jaison Bi via Bruno Roustant)
442438

439+
* LUCENE-9687: Hunspell support improvements: add API for spell-checking and suggestions, support compound words,
440+
fix various behavior differences between Java and C++ implementations, improve performance (Peter Gromov, Dawid Weiss)
441+
443442
* LUCENE-9877: Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. (Greg Miller)
444443

445444
* LUCENE-9935: Enable bulk merge for stored fields with index sort. (Robert Muir, Adrien Grand, Nhat Nguyen)
@@ -489,6 +488,7 @@ Other
489488

490489
* LUCENE-9985: Upgrade jetty to 9.4.41 (janhoy)
491490

491+
* LUCENE-9976: Fix WANDScorer assertion error. (Zach Chen, Adrien Grand, Dawid Weiss)
492492
======================= Lucene 8.8.2 =======================
493493

494494
Bug Fixes

0 commit comments

Comments
 (0)