SOLR-5468: Now in 4.9

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2014-05-23 18:39:11 +00:00
parent b71b87e160
commit 2038c93de4
1 changed files with 5 additions and 4 deletions

View File

@ -82,10 +82,6 @@ Other Changes
* SOLR-5868: HttpClient should be configured to use ALLOW_ALL_HOSTNAME hostname
verifier to simplify SSL setup. (Steve Davids via Mark Miller)
* SOLR-5468: Allow a client application to request the minium achieved
replication factor for an update request (single or batch) by sending
an optional parameter "min_rf". (Timothy Potter)
* SOLR-6015: Better way to handle managed synonyms when ignoreCase=true
(Timothy Potter)
@ -174,6 +170,11 @@ Other Changes
recovery scenarios after the leader receives an error trying to forward an
update request to a replica. (Timothy Potter)
* SOLR-5468: Allow a client application to request the minium achieved
replication factor for an update request (single or batch) by sending
an optional parameter "min_rf". (Timothy Potter)
Build
---------------------