aboutsummaryrefslogtreecommitdiff
path: root/solr-8.1.1/contrib/dataimporthandler
diff options
context:
space:
mode:
authorserver <brownptcdash@gmail.com>2019-12-10 18:12:37 -0500
committerserver <brownptcdash@gmail.com>2019-12-10 18:12:37 -0500
commit7478e610d99d1f2fb383ecbfa0b70d72eae27f81 (patch)
tree59486701838067351f00580315c05690f36a39ce /solr-8.1.1/contrib/dataimporthandler
parent096718ee546afbd7568bf8ec9e23dca0556d814d (diff)
solr changes
Diffstat (limited to 'solr-8.1.1/contrib/dataimporthandler')
-rw-r--r--solr-8.1.1/contrib/dataimporthandler/README.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/solr-8.1.1/contrib/dataimporthandler/README.txt b/solr-8.1.1/contrib/dataimporthandler/README.txt
deleted file mode 100644
index c9698725a..000000000
--- a/solr-8.1.1/contrib/dataimporthandler/README.txt
+++ /dev/null
@@ -1,16 +0,0 @@
- 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.