You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/07/29 15:52:27 UTC

[lucene-solr] branch branch_8x updated: SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 7305a0d  SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531
7305a0d is described below

commit 7305a0deca941d539b71c417a9d82b8a08b32227
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Thu Jul 29 08:50:51 2021 -0700

    SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531
    
    (cherry picked from commit 1925693127e81cf0125bcb55f1b05591dea8b203)
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8daf752..80787a3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -50,7 +50,7 @@ Bug Fixes
 
 * SOLR-15531: SignificantTerms streaming function should not fail on empty collections (Benedikt Arnold via Mike Drob)
 
-* SOLR-15531: Cross-collection join fixed to ignore documents that do not contain value in "from" field (hossman)
+* SOLR-15482: Cross-collection join fixed to ignore documents that do not contain value in "from" field (hossman)
 
 Other Changes
 ---------------------