mirror of https://github.com/apache/lucene.git
SOLR-5464,SOLR-5465,SOLR-5452: Fix CHANGES entries - move to 4.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94fe5db45c
commit
feacdae9c5
|
@ -114,14 +114,6 @@ Bug Fixes
|
||||||
* SOLR-5461: Request proxying should only set con.setDoOutput(true) if the
|
* SOLR-5461: Request proxying should only set con.setDoOutput(true) if the
|
||||||
request is a post. (Mark Miller)
|
request is a post. (Mark Miller)
|
||||||
|
|
||||||
* SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
|
|
||||||
(Mark Miller)
|
|
||||||
|
|
||||||
* SOLR-5464: ConcurrentSolrServer does not stream pure delete by id requests.
|
|
||||||
(Mark Miller)
|
|
||||||
|
|
||||||
* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -209,6 +201,9 @@ New Features
|
||||||
|
|
||||||
* SOLR-5084: new field type EnumField. (Elran Dvir via Erick Erickson)
|
* SOLR-5084: new field type EnumField. (Elran Dvir via Erick Erickson)
|
||||||
|
|
||||||
|
* SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete
|
||||||
|
requests. (Mark Miller)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -249,6 +244,11 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-5397: Replication can fail silently in some cases. (Mark Miller)
|
* SOLR-5397: Replication can fail silently in some cases. (Mark Miller)
|
||||||
|
|
||||||
|
* SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
|
||||||
|
(Mark Miller)
|
||||||
|
|
||||||
|
* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue