From c957cbea88e17f6d8874a924bcf98defb9413795 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Fri, 6 Jan 2012 02:15:26 +0000 Subject: [PATCH] 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 --- solr/CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f625366eb1e..83747971833 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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)