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

[lucene] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


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

commit 241406123384a81c230dfb51b2225aa329823196
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 32f2cb38007..987afdcaff4 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -59,7 +59,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