You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/03/30 13:13:33 UTC

[lucene] branch main updated: LUCENE-9877: Move CHANGES entry under 8.9.

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

jpountz 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 1052018  LUCENE-9877: Move CHANGES entry under 8.9.
1052018 is described below

commit 10520185a93c83e7ea89b6665c6ec7da5cb250b2
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Mar 30 15:13:00 2021 +0200

    LUCENE-9877: Move CHANGES entry under 8.9.
---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7e59f1d..f7d3ad0 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -205,8 +205,6 @@ Improvements
 * LUCENE-9827: Speed up merging of stored fields and term vectors for smaller segments.
   (Daniel Mitterdorfer, Dimitrios Liapis, Adrien Grand, Robert Muir)
 
-* LUCENE-9877: Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. (Greg Miller)
-
 Bug fixes
 
 
@@ -315,6 +313,8 @@ Improvements
 * LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues.
   (Jaison Bi via Bruno Roustant)
 
+* LUCENE-9877: Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. (Greg Miller)
+
 Optimizations
 ---------------------
 (No changes)