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:01 UTC

[lucene-solr] branch master updated (72a5541 -> f7be9e8)

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

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


    from 72a5541  Update CHANGES.txt to align with release versions
     new c3a7a58  LUCENE-9578: Add CHANGES entry.
     new f7be9e8  LUCENE-9524: Fix CHANGES entry version.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lucene/CHANGES.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


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

Posted by jp...@apache.org.
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
 ---------------------
 


[lucene-solr] 01/02: LUCENE-9578: Add CHANGES entry.

Posted by jp...@apache.org.
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 c3a7a583f37c498ade401184d60ba017de618355
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Oct 16 19:11:19 2020 +0200

    LUCENE-9578: Add CHANGES entry.
---
 lucene/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4e02d1e..9147081 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -300,6 +300,11 @@ Bug Fixes
 
 * LUCENE-9401: Include field in ComplexPhraseQuery's toString() (Thomas Hecker via Munendra S N)
 
+* LUCENE-9578: Fix TermRangeQuery when there is no upper bound and the lower
+  bound is the empty string excluded. This would previously match no strings at
+  all while it should match all non-empty strings.
+  (Christoph Buescher via Adrien Grand)
+
 Documentation
 ---------------------