You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/05/09 08:59:38 UTC

[lucene] branch branch_9x updated (ae305f8c4e8 -> f074dc9ac42)

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

javanna pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from ae305f8c4e8 Don't generate stacktrace in CollectionTerminatedException (#12270)
     new 363f3491288 add missing changelog entry for #12260
     new f074dc9ac42 Add missing author to changelog entry for #12220

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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


[lucene] 02/02: Add missing author to changelog entry for #12220

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

javanna pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit f074dc9ac42701b86c467de13855e873dec29566
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Tue May 9 10:59:00 2023 +0200

    Add missing author to changelog entry for #12220
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d34d742014f..8c0bf2888f2 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -113,7 +113,7 @@ Bug Fixes
 
 * GITHUB#12212: Bug fix for a DrillSideways issue where matching hits could occasionally be missed. (Frederic Thevenet)
 
-* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end
+* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end (Peter Gromov)
 
 * GITHUB#12260: Fix SynonymQuery equals implementation to take the targeted field name into account (Luca Cavanna)
 


[lucene] 01/02: add missing changelog entry for #12260

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

javanna pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 363f3491288e9a6d16bb5184c7a4b3147216c9b0
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Tue May 9 10:52:03 2023 +0200

    add missing changelog entry for #12260
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 65ed9ea378f..d34d742014f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -115,6 +115,8 @@ Bug Fixes
 
 * GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end
 
+* GITHUB#12260: Fix SynonymQuery equals implementation to take the targeted field name into account (Luca Cavanna)
+
 Build
 ---------------------