You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2015/04/01 08:59:18 UTC

svn commit: r1670571 - /lucene/dev/trunk/solr/CHANGES.txt

Author: varun
Date: Wed Apr  1 06:59:18 2015
New Revision: 1670571

URL: http://svn.apache.org/r1670571
Log:
SOLR-7324: Move CHANGES entry under 5.2

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1670571&r1=1670570&r2=1670571&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Apr  1 06:59:18 2015
@@ -83,6 +83,9 @@ Bug Fixes
 Optimizations
 ----------------------
 
+* SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
+  (Stephan Lagraulet via Varun Thacker)
+
 ==================  5.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
@@ -385,9 +388,6 @@ Optimizations
  * SOLR-7239: improved performance of min & max in StatsComponent, as well as situations 
    where local params disable all stats (hossman)
 
- * SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
-   (Stephan Lagraulet via Varun Thacker)
-
 Other Changes
 ----------------------