You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/02/01 03:08:35 UTC

svn commit: r1065891 - /lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt

Author: rmuir
Date: Tue Feb  1 02:08:35 2011
New Revision: 1065891

URL: http://svn.apache.org/viewvc?rev=1065891&view=rev
Log:
SOLR-1916: add locale/timezone warning

Added:
    lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt   (with props)

Added: lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt?rev=1065891&view=auto
==============================================================================
--- lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt (added)
+++ lucene/dev/trunk/solr/contrib/dataimporthandler/README.txt Tue Feb  1 02:08:35 2011
@@ -0,0 +1,7 @@
+Although Solr strives to be agnostic of the Locale where the server is
+running, some code paths in DataImportHandler are known to depend on the
+System default Locale, Timezone, or Charset.  It is recommended that when
+running Solr you set the following system properties:
+  -Duser.language=xx -Duser.country=YY -Duser.timezone=ZZZ
+
+where xx, YY, and ZZZ are consistent with any database server's configuration.