lucene/solr/contrib/dataimporthandler
Steven Rowe 4b2364aa5b SOLR-2411: solr/dist/ should only contain distribution files, not intermediate .jars/.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079380 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 14:53:08 +00:00
..
lib add xyz-LICENSE.txt for all third party jars 2011-03-06 16:50:22 +00:00
src SOLR-2388: Log XML warnings and errors to slf4j 2011-02-27 17:14:45 +00:00
CHANGES.txt add empty 3.2 section to CHANGES 2011-03-06 22:38:05 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml SOLR-2411: solr/dist/ should only contain distribution files, not intermediate .jars/.war 2011-03-08 14:53:08 +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.