You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2014/04/29 06:57:00 UTC

svn commit: r1590868 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: jbernste
Date: Tue Apr 29 04:56:59 2014
New Revision: 1590868

URL: http://svn.apache.org/r1590868
Log:
SOLR-6029: Updated CHANGES.txt

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1590868&r1=1590867&r2=1590868&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Apr 29 04:56:59 2014
@@ -61,6 +61,9 @@ Bug Fixes
   rollback as well as how SolrIndexWriter manages it's ref counted directory
   instance. (Mark Miller, Gregory Chanan)
 
+* SOLR_6029: CollapsingQParserPlugin throws ArrayIndexOutOfBoundsException
+  if elevated doc has been deleted from a segment. (Greg Harris, Joel Bernstein)
+
 Other Changes
 ---------------------