You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2021/03/17 14:43:01 UTC

[lucene] branch main updated: LUCENE-9663: Move to 8.9.0 section in CHANGES.txt.

This is an automated email from the ASF dual-hosted git repository.

broustant pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new d6a5541  LUCENE-9663: Move to 8.9.0 section in CHANGES.txt.
d6a5541 is described below

commit d6a554138d2fcde7065e85bc1770207b6eca5736
Author: Bruno Roustant <br...@salesforce.com>
AuthorDate: Wed Mar 17 12:12:08 2021 +0100

    LUCENE-9663: Move to 8.9.0 section in CHANGES.txt.
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 21dc258..8f9a4b6 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -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)