You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/01/05 03:06:49 UTC

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

Author: hossman
Date: Thu Jan  5 02:06:49 2012
New Revision: 1227439

URL: http://svn.apache.org/viewvc?rev=1227439&view=rev
Log:
SOLR-1843: moving changes entry for 3x backport

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=1227439&r1=1227438&r2=1227439&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Jan  5 02:06:49 2012
@@ -217,12 +217,6 @@ Optimizations
 * SOLR-1904: When facet.enum.cache.minDf > 0 and the base doc set is a
   SortedIntSet, convert to HashDocSet for better performance. (yonik)
 
-* SOLR-1843: A new "rootName" attribute is now available when
-  configuring <jmx/> in solrconfig.xml.  If this attribute is set,
-  Solr will use it as the root name for all MBeans Solr exposes via
-  JMX.  The default root name is "solr" followed by the core name.
-  (Constantijn Visinescu, hossman)
-
 * SOLR-2092: Speed up single-valued and multi-valued "fc" faceting. Typical
   improvement is 5%, but can be much greater (up to 10x faster) when facet.offset
   is very large (deep paging). (yonik)
@@ -422,6 +416,12 @@ New Features
 * SOLR-2982: Added BeiderMorseFilterFactory for Beider-Morse (BMPM) phonetic encoder. Upgrades
   commons-codec to version 1.6  (Brooke Schreier Ganz, rmuir)
 
+* SOLR-1843: A new "rootName" attribute is now available when
+  configuring <jmx/> in solrconfig.xml.  If this attribute is set,
+  Solr will use it as the root name for all MBeans Solr exposes via
+  JMX.  The default root name is "solr" followed by the core name.
+  (Constantijn Visinescu, hossman)
+
 Bug Fixes
 ----------------------
 * SOLR-2912: Fixed File descriptor leak in ShowFileRequestHandler (Michael Ryan, shalin)