You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2010/06/02 20:50:05 UTC

svn commit: r950716 - /lucene/solr/branches/branch-1.4/CHANGES.txt

Author: hossman
Date: Wed Jun  2 18:50:05 2010
New Revision: 950716

URL: http://svn.apache.org/viewvc?rev=950716&view=rev
Log:
note about known usage of default charset/locale and how to set the system properties to ensure en_US

Modified:
    lucene/solr/branches/branch-1.4/CHANGES.txt

Modified: lucene/solr/branches/branch-1.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/CHANGES.txt?rev=950716&r1=950715&r2=950716&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/CHANGES.txt (original)
+++ lucene/solr/branches/branch-1.4/CHANGES.txt Wed Jun  2 18:50:05 2010
@@ -10,6 +10,7 @@ servlet container such as Tomcat.
 
 See http://lucene.apache.org/solr for more information.
 
+$Id$
 
 Getting Started
 ---------------
@@ -18,9 +19,11 @@ In this release, there is an example Sol
 servlet container in the directory named "example".
 See the tutorial at http://lucene.apache.org/solr/tutorial.html
 
-
-$Id$
-
+Although Solr strives to be agnostic of the Locale where the server is
+running, some code paths in Solr 1.4.1 are known to depend on the System
+default Locale, or Charset.  It is recommended that when running Solr
+you set the following system properties:
+  -Duser.language=en -Duser.country=US
 
 ================== Release 1.4.1 ==================
 Release Date:  See http://lucene.apache.org/solr for the official release date.