From 9f4132185d1421c317353c7faa0ba9712b4cf092 Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Fri, 23 May 2014 18:51:04 +0000 Subject: [PATCH] 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 --- solr/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1aabaf2a3bc..198df7b7345 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -117,6 +117,10 @@ New Features * 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 ---------------------- @@ -170,10 +174,6 @@ 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 ---------------------