lucene/solr/contrib/dataimporthandler
Robert Muir 6d2a288be3 LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366509 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 19:18:49 +00:00
..
src Silence always-failing Solr tests! 2012-07-22 16:39:57 +00:00
CHANGES.txt Copy over changes from 3.6 branch #2 2012-07-23 10:33:34 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml LUCENE-3808: rename tests.threadspercpu into tests.jvms. 2012-04-15 21:45:10 +00:00
ivy.xml LUCENE-3930: nuke jars from source tree and use ivy 2012-03-30 18:04:43 +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.