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 2022/04/19 13:41:10 UTC

[lucene] branch main updated: LUCENE-10503: Fix JIRA number in CHANGES.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 15ecf3c27f9 LUCENE-10503: Fix JIRA number in CHANGES.
15ecf3c27f9 is described below

commit 15ecf3c27f97a109e53f9bdcccb0db34c3a30379
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Apr 19 15:40:02 2022 +0200

    LUCENE-10503: Fix JIRA number in CHANGES.
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d699c8fa1a3..d3f3c4da1d5 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -116,7 +116,7 @@ Optimizations
 
 * LUCENE-10481: FacetsCollector will not request scores if it does not use them. (Mike Drob)
 
-* LUCENE-10153: Potential speedup for pure disjunctions whose clauses produce
+* LUCENE-10503: Potential speedup for pure disjunctions whose clauses produce
   scores that are very close to each other. (Adrien Grand)
 
 Bug Fixes