mirror of https://github.com/apache/lucene.git
732348ec7f
* Remove SRL.listConfigDir (unused) * Remove SRL.getDataDir * Remove SRL.getCoreName * Remove SRL.getCoreProperties XmlConfigFile needs to be passed in the substitutableProperties IndexSchema needs to be passed in the substitutableProperties Remove redundant Properties from CoreContainer constructors * Remove SRL.newAdminHandlerInstance (unused) * Remove SRL.openSchema and openConfig * Avoid SRL.getConfigDir Also harmonized similar initialization logic between DIH Tika processor & ExtractingRequestHandler. * Ensure SRL.addToClassLoader and reloadLuceneSPI are called at most once Don't auto-load "lib" in constructor; wrong place for this logic. * Avoid SRL.getInstancePath Added SolrCore.getInstancePath instead Use CoreContainer.getSolrHome instead NodeConfig should track solrHome separate from SolrResourceLoader * Simplify some SolrCore constructors * Move locateSolrHome to new SolrPaths * Move "User Files" stuff to SolrPaths |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
build.gradle | ||
build.xml | ||
ivy.xml |
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.