SOLR-4051: Configurable DIH Property Writers

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-11-13 18:38:45 +00:00
parent 3e45aec329
commit f2775f1c51
1 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,14 @@ New Features
* SOLR-1972: Add extra statistics to RequestHandlers - 5 & 15-minute reqs/sec
rolling averages; median, 75th, 95th, 99th, 99.9th percentile request times
(Alan Woodward, Shawn Heisey, Adrien Grand)
* SOLR-4051: Add <propertyWriter /> element to DIH's data-config.xml file,
allowing the user to specify the location, filename and Locale for
the "data-config.properties" file. Alternatively, users can specify their
own property writer implementation for greater control. This new configuration
element is optional, and defaults mimic prior behavior. The one exception is
that the "root" locale is default. Previously it was the machine' default locale.
(James Dyer)
Optimizations
----------------------