SOLR-5009: fix issue number

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-07-05 22:56:45 +00:00
parent 568f6a398a
commit 852b1c79f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)