From 2420a3564e9ed8004de7290c42a5ccfdd9763e3c Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Fri, 20 Jun 2014 03:51:06 +0000 Subject: [PATCH] SOLR-6182: add to change list for 4.9 release git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1604085 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 55092958ef3..620d800fc1d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -216,6 +216,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 ---------------------