mirror of https://github.com/apache/lucene.git
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:
parent
fb9374bffb
commit
f5dc7e22d5
|
@ -206,9 +206,6 @@ Bug Fixes
|
|||
* SOLR-4992: Solr eats OutOfMemoryError exceptions in many cases.
|
||||
(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
|
||||
distributed searching for some field types such as legacy numeric
|
||||
types (Rob Muir, Mike McCandless)
|
||||
|
@ -389,6 +386,9 @@ Bug Fixes
|
|||
* SOLR-5645: A SolrCore reload via the CoreContainer will try and register in
|
||||
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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue