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

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

Author: erick
Date: Fri Jan  6 02:15:26 2012
New Revision: 1227934

URL: http://svn.apache.org/viewvc?rev=1227934&view=rev
Log:
Added notes for SOLR-1931, speeding up the LukeRequestHandler

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=1227934&r1=1227933&r2=1227934&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Jan  6 02:15:26 2012
@@ -422,6 +422,13 @@ New Features
   JMX.  The default root name is "solr" followed by the core name.
   (Constantijn Visinescu, hossman)
 
+Optimizations
+----------------------
+* SOLR-1931 Speedup for LukeRequestHandler and admin/schema browser. New parameter
+  reportDocCount defaults to 'false'. Old behavior still possible by specifying this as 'true'
+  (Erick Erickson)
+
+
 Bug Fixes
 ----------------------
 * SOLR-2912: Fixed File descriptor leak in ShowFileRequestHandler (Michael Ryan, shalin)