lucene/solr/contrib/dataimporthandler
Chris M. Hostetter b2de49f606 SOLR-2542: Fixed DIH Context variables which were broken for all scopes other then SCOPE_ENTITY
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231367 13f79535-47bb-0310-9956-ffa450edef68
2012-01-13 22:56:02 +00:00
..
lib LUCENE-2952: normalize license files 2011-03-15 14:06:55 +00:00
src SOLR-2542: Fixed DIH Context variables which were broken for all scopes other then SCOPE_ENTITY 2012-01-13 22:56:02 +00:00
CHANGES.txt SOLR-1499: Added SolrEntityProcessor that imports data from another Solr core or instance based on a specified query. 2011-12-09 13:17:12 +00:00
README.txt SOLR-1916: add locale/timezone warning 2011-02-01 02:08:35 +00:00
build.xml SOLR-2551: make DIH tests run sequentially 2011-07-11 14:39:53 +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.