lucene/solr/contrib/dataimporthandler
Robert Muir 2f75783026 LUCENE-3076: add -Dtests.codecprovider
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100175 13f79535-47bb-0310-9956-ffa450edef68
2011-05-06 11:42:24 +00:00
..
lib LUCENE-2952: normalize license files 2011-03-15 14:06:55 +00:00
src SOLR-2105: Rename RequestHandler param 'update.processor' to 'update.chain'. 2011-04-20 15:11:38 +00:00
CHANGES.txt move DIH entries in core CHANGES.txt to DIH 2011-03-20 15:00:35 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml LUCENE-3076: add -Dtests.codecprovider 2011-05-06 11:42:24 +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.