LUCENE-9663: Move to 8.9.0 section in CHANGES.txt.

This commit is contained in:
Bruno Roustant 2021-03-17 12:12:08 +01:00
parent 8e1d5e3dbf
commit d6a554138d
No known key found for this signature in database
GPG Key ID: CD28DABB95360525
1 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,6 @@ Improvements
* LUCENE-9674: Implement faster advance on VectorValues using binary search.
(Anand Kotriwal, Mike Sokolov)
* LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues.
(Jaison Bi via Bruno Roustant)
* LUCENE-9794: Speed up implementations of DataInput.skipBytes(). (Greg Miller)
* LUCENE-9827: Speed up merging of stored fields and term vectors for smaller segments.
@ -306,6 +303,9 @@ Improvements
* LUCENE-9725: BM25FQuery was extended to handle similarities beyond BM25Similarity. It
was renamed to CombinedFieldQuery to reflect its more general scope. (Julie Tibshirani)
* LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues.
(Jaison Bi via Bruno Roustant)
Optimizations
---------------------
(No changes)