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 2020/12/18 15:15:24 UTC

[lucene-solr] branch master updated: LUCENE-9635: Move changes to the right section.

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

jpountz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 734c533  LUCENE-9635: Move changes to the right section.
734c533 is described below

commit 734c533cca57dabab86ce23939d1e915875d46d0
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Dec 18 16:07:29 2020 +0100

    LUCENE-9635: Move changes to the right section.
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 826d86b..4a5f7ff 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -189,9 +189,6 @@ Bug fixes
 * LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
   (Mark Harwood, Mike Drob)
 
-* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
-  (Yilun Cui)
-
 Other
 
 * LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
@@ -280,6 +277,9 @@ Bug Fixes
   (Ignacio Vera)   
 
 * LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query. (Ignacio Vera)  
+
+* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
+  (Yilun Cui)
   
 Other
 ---------------------