You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by el...@apache.org on 2015/10/09 19:03:23 UTC

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

Author: elyograg
Date: Fri Oct  9 17:03:23 2015
New Revision: 1707771

URL: http://svn.apache.org/viewvc?rev=1707771&view=rev
Log:
SOLR-6188: Move CHANGES.txt entry from 6.0.0 to 5.4.0.

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=1707771&r1=1707770&r2=1707771&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Oct  9 17:03:23 2015
@@ -71,11 +71,6 @@ New Features
 
 * SOLR-8038: Add the StatsStream to the Streaming API and wire it into the SQLHandler (Joel Bernstein)
 
-* SOLR-6188: Skip the automatic loading of resources in the "lib" subdirectory
-  by SolrResourceLoader, but only if we are loading resources from the solr
-  home directory.  Fixes the inability to use ICU analysis components with a
-  "solr." prefix on the classname. (Shawn Heisey)
-
 Optimizations
 ----------------------
 * SOLR-7876: Speed up queries and operations that use many terms when timeAllowed has not been
@@ -249,6 +244,11 @@ Bug Fixes
 
 * SOLR-7967: AddSchemaFieldsUpdateProcessorFactory does not check if the ConfigSet is immutable (Gregory Chanan)
 
+* SOLR-6188: Skip the automatic loading of resources in the "lib" subdirectory
+  by SolrResourceLoader, but only if we are loading resources from the solr
+  home directory.  Fixes the inability to use ICU analysis components with a
+  "solr." prefix on the classname. (Shawn Heisey)
+
 Optimizations
 ----------------------