You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2021/05/13 16:38:42 UTC

[lucene] branch main updated: LUCENE-9827: move CHANGES.txt entry from 9.0 to 8.9

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

rmuir 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 f215a55  LUCENE-9827: move CHANGES.txt entry from 9.0 to 8.9
f215a55 is described below

commit f215a55bc9b03d9a829e43bd76c0070f85608082
Author: Robert Muir <rm...@apache.org>
AuthorDate: Thu May 13 12:37:58 2021 -0400

    LUCENE-9827: move CHANGES.txt entry from 9.0 to 8.9
---
 lucene/CHANGES.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index fb24f68..b1d1179 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -217,9 +217,6 @@ Improvements
 
 * LUCENE-9794: Speed up implementations of DataInput.skipBytes(). (Greg Miller)
 
-* LUCENE-9827: Speed up merging of stored fields and term vectors for smaller segments.
-  (Daniel Mitterdorfer, Dimitrios Liapis, Adrien Grand, Robert Muir)
-
 * LUCENE-9898: Removes no longer used scorePayload method from BM25Similarity
   (Pieter van Boxtel)
 
@@ -370,7 +367,9 @@ Improvements
 
 Optimizations
 ---------------------
-(No changes)
+
+* LUCENE-9827: Speed up merging of stored fields and term vectors for smaller segments.
+  (Daniel Mitterdorfer, Dimitrios Liapis, Adrien Grand, Robert Muir)
 
 Bug Fixes
 ---------------------