You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jd...@apache.org on 2012/11/13 19:38:46 UTC

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

Author: jdyer
Date: Tue Nov 13 18:38:45 2012
New Revision: 1408880

URL: http://svn.apache.org/viewvc?rev=1408880&view=rev
Log:
SOLR-4051: Configurable DIH Property Writers

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=1408880&r1=1408879&r2=1408880&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Nov 13 18:38:45 2012
@@ -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
 ----------------------