lucene/solr/contrib/dataimporthandler
Simon Willnauer b843dfe839 LUCENE-3239: Drop Java 5 support on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141501 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 12:14:36 +00:00
..
lib LUCENE-2952: normalize license files 2011-03-15 14:06:55 +00:00
src LUCENE-3239: Drop Java 5 support on trunk 2011-06-30 12:14:36 +00:00
CHANGES.txt bump 3.3-dev to 3.4-dev 2011-06-22 09:31:18 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml Make sure, Jenkins/Hudson can compile Solr Contrib classes+tests with Java 5, without running tests 2011-06-17 07:28:37 +00:00

README.txt

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.