diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-26 17:54:18 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-26 17:54:18 -0400 |
| commit | f08914e7b376b92e9046dd8bd4bc4dc2f5996e6f (patch) | |
| tree | 20cace0012e229a5419b360227025241e3cf9fdb /solr-8.1.1/contrib/dataimporthandler | |
| parent | 0df1e6093ee5cc2b9b7510b8f4ea5325fd47ffe8 (diff) | |
installed solr
Diffstat (limited to 'solr-8.1.1/contrib/dataimporthandler')
| -rw-r--r-- | solr-8.1.1/contrib/dataimporthandler/README.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/solr-8.1.1/contrib/dataimporthandler/README.txt b/solr-8.1.1/contrib/dataimporthandler/README.txt new file mode 100644 index 000000000..c9698725a --- /dev/null +++ b/solr-8.1.1/contrib/dataimporthandler/README.txt @@ -0,0 +1,16 @@ + 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. |
