lucene/solr/contrib/dataimporthandler
James Dyer 69383cb079 SOLR-4247: fix bug with TestSimplePropertiesWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427215 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 18:30:41 +00:00
..
src SOLR-4247: fix bug with TestSimplePropertiesWriter 2012-12-31 18:30:41 +00:00
README.txt SOLR-3650: migrate DIH CHANGES.txt 2012-08-01 18:44:02 +00:00
build.xml Fix the tests.jvms override in some modules so the user (e.g., Jenkins) cannot override it 2012-12-05 20:15:11 +00:00
ivy.xml LUCENE-3930: nuke jars from source tree and use ivy 2012-03-30 18:04:43 +00:00

README.txt

                    Apache Solr - DataImportHandler

Introduction
------------
DataImportHandler is a data import tool for Solr which makes importing data from Databases, XML files and
HTTP data sources quick and easy.

Important Note
--------------
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.