Added notes for SOLR-1931, speeding up the LukeRequestHandler

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2012-01-06 02:15:26 +00:00
parent c0959adbfc
commit c957cbea88
1 changed files with 7 additions and 0 deletions

View File

@ -422,6 +422,13 @@ New Features
JMX. The default root name is "solr" followed by the core name. JMX. The default root name is "solr" followed by the core name.
(Constantijn Visinescu, hossman) (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 Bug Fixes
---------------------- ----------------------
* SOLR-2912: Fixed File descriptor leak in ShowFileRequestHandler (Michael Ryan, shalin) * SOLR-2912: Fixed File descriptor leak in ShowFileRequestHandler (Michael Ryan, shalin)