From e6616ba7a3ca64195108a3a3ef2809be20920741 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Mon, 9 Mar 2020 19:11:48 -0400 Subject: [PATCH] SOLR-14073: Update CHANGES.txt --- solr/CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 64a91a4338b..c0f4bda81af 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -192,7 +192,9 @@ Bug Fixes * SOLR-14287: Admin UI Properties screen does not show colons (janhoy) -* SOLR-14299 IndexFetcher doesn't reset error count to 0 after the last packet is received (Pushkar Raste via Mike Drob) +* SOLR-14299: IndexFetcher doesn't reset error count to 0 after the last packet is received (Pushkar Raste via Mike Drob) + +* SOLR-14073: Fix segment look ahead NPE in CollapsingQParserPlugin (Joel Bernstein) Other Changes ---------------------