You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/01/16 21:38:34 UTC

[2/2] lucene-solr:branch_6x: SOLR-9941: Adding the Optimizations section to the CHANGES.txt

SOLR-9941: Adding the Optimizations section to the CHANGES.txt


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

Branch: refs/heads/branch_6x
Commit: 7ef8cf7d6aad25888de4cffc4c20239694a67a45
Parents: 302ce32
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Tue Jan 17 03:07:55 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Tue Jan 17 03:07:55 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7ef8cf7d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c5aad1e..588451d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -29,9 +29,11 @@ Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.6
 Jetty 9.3.14.v20161028
 
+Detailed Change List
+----------------------
 
-(No Changes)
-
+Optimizations
+----------------------
 
 * SOLR-9941: Clear the deletes lists at UpdateLog before replaying from log. This prevents redundantly pre-applying
   DBQs, during the log replay, to every update in the log as if the DBQs were out of order. (hossman, Ishan Chattopadhyaya)