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/10/16 17:24:03 UTC

[lucene-solr] 02/02: LUCENE-9524: Fix CHANGES entry version.

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

commit f7be9e83e43a549aa92ca6dc26972325f418100a
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Oct 16 19:15:02 2020 +0200

    LUCENE-9524: Fix CHANGES entry version.
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9147081..365a3e2 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -161,9 +161,6 @@ Bug fixes
 * LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
   (Mark Harwood, Mike Drob)
 
-* LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is required and SpanWeight has null Similarity.SimScorer.
-  (Zach Chen)
-
 Other
 
 * LUCENE-9312: Allow gradle builds against arbitrary JVMs. (Tomoko Uchida, Dawid Weiss)
@@ -305,6 +302,9 @@ Bug Fixes
   all while it should match all non-empty strings.
   (Christoph Buescher via Adrien Grand)
 
+* LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is required and
+  SpanWeight has null Similarity.SimScorer. (Zach Chen)
+
 Documentation
 ---------------------