lucene/solr/contrib/dataimporthandler
Steven Rowe 036078baea SOLR-2452: merged with trunk up to r1130266. Removed duplicate solr-contrib-uptodate definition in solr/contrib/contrib-build.xml. Fixed directory glob in solr-contrib-uptodate target: .../src/main/java/ -> .../src/java/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130331 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 22:37:09 +00:00
..
lib LUCENE-2952: normalize license files 2011-03-15 14:06:55 +00:00
src SOLR-2452: Merged with trunk up to r1129202; standardized solr/contrib/* layouts. 2011-05-30 14:51:25 +00:00
CHANGES.txt LUCENE-3163: remove release dates from CHANGES.txt 2011-05-30 23:11:10 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml SOLR-2279: use Lucene's MockDirectoryWrapper in Solr tests 2011-06-01 08:22:23 +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.