SOLR-5636: Move CHANGES entry to 4.6 branch

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-01-19 21:01:31 +00:00
parent fb9374bffb
commit f5dc7e22d5
1 changed files with 3 additions and 3 deletions

View File

@ -206,9 +206,6 @@ Bug Fixes
* SOLR-4992: Solr eats OutOfMemoryError exceptions in many cases. * SOLR-4992: Solr eats OutOfMemoryError exceptions in many cases.
(Mark Miller, Daniel Collins) (Mark Miller, Daniel Collins)
* SOLR-5636: SolrRequestParsers does some xpath lookups on every request, which
can cause concurrency issues. (Mark Miller)
* LUCENE-5399, SOLR-5354 sort wouldn't work correctly with * LUCENE-5399, SOLR-5354 sort wouldn't work correctly with
distributed searching for some field types such as legacy numeric distributed searching for some field types such as legacy numeric
types (Rob Muir, Mike McCandless) types (Rob Muir, Mike McCandless)
@ -389,6 +386,9 @@ Bug Fixes
* SOLR-5645: A SolrCore reload via the CoreContainer will try and register in * SOLR-5645: A SolrCore reload via the CoreContainer will try and register in
zk again with the new SolrCore. (Mark Miller) zk again with the new SolrCore. (Mark Miller)
* SOLR-5636: SolrRequestParsers does some xpath lookups on every request, which
can cause concurrency issues. (Mark Miller)
Optimizations Optimizations
---------------------- ----------------------