You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/06/20 05:50:12 UTC

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

Author: thelabdude
Date: Fri Jun 20 03:50:12 2014
New Revision: 1604084

URL: http://svn.apache.org/r1604084
Log:
SOLR-6182: add to change list for 4.9 release

Modified:
    lucene/dev/branches/branch_4x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1604084&r1=1604083&r2=1604084&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Fri Jun 20 03:50:12 2014
@@ -148,6 +148,10 @@ Bug Fixes
   with group.facet, faceting on facet.field and either facet.range or facet.query.
   (David Smiley)
 
+* SOLR-6182: Data stored by the RestManager could not be reloaded after core restart, causing
+  the core to fail to load; cast the data loaded from storage to the correct data type.
+  (Timothy Potter)
+
 Other Changes
 ---------------------