ansible-roles/solr-tomcat-instance/files/contrib/dataimporthandler
Andrea Dell'Amico bf9c783f9b isti-puma: New separate playbook to install and configure the puma dev server.
dnet-openaire/group_vars/puma_dev: Remove from there.
library/roles/joomla-org: Role to install the joomla distribution and dependencies.
2016-02-02 17:41:30 +01:00
..
README.txt isti-puma: New separate playbook to install and configure the puma dev server. 2016-02-02 17:41:30 +01: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.