You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2016/02/06 17:46:58 UTC

lucene-solr git commit: Put CHANGES entry for SOLR-8500 in the wrong section.

Repository: lucene-solr
Updated Branches:
  refs/heads/master c04f0cb60 -> 112a2311d


Put CHANGES entry for SOLR-8500 in the wrong section.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/112a2311
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/112a2311
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/112a2311

Branch: refs/heads/master
Commit: 112a2311df50142ec19ec0033133fbc10df223c9
Parents: c04f0cb
Author: Erick Erickson <er...@apache.org>
Authored: Sat Feb 6 08:46:51 2016 -0800
Committer: Erick Erickson <er...@apache.org>
Committed: Sat Feb 6 08:46:51 2016 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/112a2311/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e93c45a..06e24d0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -144,10 +144,6 @@ New Features
 
 * SOLR-8285: Ensure the /export handler works with NULL field values (Joel Bernstein)
 
-* SOLR-8500: Allow the number of threads ConcurrentUpdateSolrClient StreamingSolrClients configurable by a 
-  system property. NOTE: this is an expert option and can result in more often needing to do full index replication
-  for recovery, the sweet spot for using this is very high volume, leader-only indexing. (Tim Potter, Erick Erickson)
-
 Bug Fixes
 ----------------------
 * SOLR-8386: Add field option in the new admin UI schema page loads up even when no schemaFactory has been
@@ -351,6 +347,10 @@ New Features
 * SOLR-8586: added index fingerprint, a hash over all versions currently in the index.
   PeerSync now uses this to check if replicas are in sync. (yonik)
 
+* SOLR-8500: Allow the number of threads ConcurrentUpdateSolrClient StreamingSolrClients configurable by a 
+  system property. NOTE: this is an expert option and can result in more often needing to do full index replication
+  for recovery, the sweet spot for using this is very high volume, leader-only indexing. (Tim Potter, Erick Erickson)
+
 
 Bug Fixes
 ----------------------