mirror of https://github.com/apache/lucene.git
Move SOLR-5468 to new features section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2038c93de4
commit
9f4132185d
|
@ -117,6 +117,10 @@ New Features
|
||||||
|
|
||||||
* SOLR-6108: Add support for 'addreplica' Collection API in SolrJ. (shalin)
|
* SOLR-6108: Add support for 'addreplica' Collection API in SolrJ. (shalin)
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -170,10 +174,6 @@ Other Changes
|
||||||
recovery scenarios after the leader receives an error trying to forward an
|
recovery scenarios after the leader receives an error trying to forward an
|
||||||
update request to a replica. (Timothy Potter)
|
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
|
Build
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue