From f98b2483251f5e108fb00c97682142c07d7b8afd Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Tue, 29 Apr 2014 12:41:49 +0000 Subject: [PATCH] SOLR-6029: Updated CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1590965 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 88c5cf9f8e3..10877a57e2a 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -124,7 +124,7 @@ Bug Fixes * SOLR-6017: Fix SimpleQParser to use query analyzer instead of index analyzer. (Ryan Ernst) -* SOLR_6029: CollapsingQParserPlugin throws ArrayIndexOutOfBoundsException +* SOLR-6029: CollapsingQParserPlugin throws ArrayIndexOutOfBoundsException if elevated doc has been deleted from a segment. (Greg Harris, Joel Bernstein) Other Changes