mirror of https://github.com/apache/lucene.git
LUCENE-9663: Move to 8.9.0 section in CHANGES.txt.
This commit is contained in:
parent
8e1d5e3dbf
commit
d6a554138d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue