@@ -7,9 +7,6 @@ http://s.apache.org/luceneversions
7
7
8
8
New Features
9
9
10
- * LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
11
- This method was removed in LUCENE-8909. (Oren Ovadia)
12
-
13
10
* LUCENE-9322: Vector-valued fields, Lucene90 Codec (Mike Sokolov, Julie Tibshirani, Tomoko Uchida)
14
11
15
12
* LUCENE-9004: Approximate nearest vector search via NSW graphs
@@ -134,9 +131,6 @@ Improvements
134
131
135
132
* LUCENE-9960: Avoid unnecessary top element replacement for equal elements in PriorityQueue. (Dawid Weiss)
136
133
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
-
140
134
* LUCENE-9633: Improve match highlighter behavior for degenerate intervals (on non-existing positions).
141
135
(Dawid Weiss)
142
136
@@ -358,7 +352,6 @@ Other
358
352
* LUCENE-9907: Remove dependency on PackedInts#getReader() from the current codecs and move the
359
353
method to backwards codec. (Ignacio Vera)
360
354
361
- * LUCENE-9976: Fix WANDScorer assertion error. (Zach Chen, Adrien Grand, Dawid Weiss)
362
355
363
356
======================= Lucene 8.10.0 =======================
364
357
@@ -398,6 +391,9 @@ API Changes
398
391
Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
399
392
Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
400
393
394
+ * LUCENE-9680: IndexWriter#getFieldNames() method added to get fields present in index.
395
+ This method was removed in LUCENE-8909. (Oren Ovadia)
396
+
401
397
New Features
402
398
---------------------
403
399
* LUCENE-9507: Custom order for leaves in IndexReader and IndexWriter
@@ -440,6 +436,9 @@ Improvements
440
436
* LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues.
441
437
(Jaison Bi via Bruno Roustant)
442
438
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
+
443
442
* LUCENE-9877: Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. (Greg Miller)
444
443
445
444
* LUCENE-9935: Enable bulk merge for stored fields with index sort. (Robert Muir, Adrien Grand, Nhat Nguyen)
@@ -489,6 +488,7 @@ Other
489
488
490
489
* LUCENE-9985: Upgrade jetty to 9.4.41 (janhoy)
491
490
491
+ * LUCENE-9976: Fix WANDScorer assertion error. (Zach Chen, Adrien Grand, Dawid Weiss)
492
492
======================= Lucene 8.8.2 =======================
493
493
494
494
Bug Fixes
0 commit comments