SOLR-5371, SOLR-5370: Add CHANGES entries

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1534004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-10-20 23:01:54 +00:00
parent 4975ad612b
commit 7f47814b0d
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,8 @@ Bug Fixes
ignoring requests for the results to include the score. ignoring requests for the results to include the score.
(Anshum Gupta, Mark Miller, Shawn Heisey) (Anshum Gupta, Mark Miller, Shawn Heisey)
* SOLR-5371: Solr should consistently call SolrServer#shutdown (Mark Miller)
Optimizations Optimizations
---------------------- ----------------------
@ -126,6 +128,9 @@ Optimizations
* SOLR-5223: SolrCloud should use the JavaBin binary format for communication by default. * SOLR-5223: SolrCloud should use the JavaBin binary format for communication by default.
(Mark Miller) (Mark Miller)
* SOLR-5370: Requests to recover when an update fails should be done in
background threads. (Mark Miller)
Security Security
---------------------- ----------------------