You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/07/06 00:56:46 UTC

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

Author: uschindler
Date: Fri Jul  5 22:56:45 2013
New Revision: 1500157

URL: http://svn.apache.org/r1500157
Log:
SOLR-5009: fix issue number

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=1500157&r1=1500156&r2=1500157&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Jul  5 22:56:45 2013
@@ -253,7 +253,7 @@ Bug Fixes
 * SOLR-5000: ManagedIndexSchema doesn't persist uniqueKey tag after calling addFields
   method. (Jun Ohtani, Steve Rowe)
 
-* SOLR-5002: Don't create multiple SolrResourceLoaders for same Solr home, wasting 
+* SOLR-5009: Don't create multiple SolrResourceLoaders for same Solr home, wasting 
   resources and slowing down startup. This fixes the problem where the loader was
   not correctly closed, making tests fail on Windows.  (Steve Rowe, Uwe Schindler)