mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 18:18:38 +00:00
d087701cd6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065891 13f79535-47bb-0310-9956-ffa450edef68
8 lines
411 B
Plaintext
8 lines
411 B
Plaintext
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.
|