lucene/solr/example/example-DIH
Ishan Chattopadhyaya dd6d1c90c8 SOLR-14066: Deprecate DIH 2020-07-02 16:38:31 +05:30
..
hsqldb SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
solr Revert "SOLR-14588: Implement Circuit Breakers (#1606)" 2020-06-27 23:44:32 +05:30
.gitignore SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
README.md SOLR-14066: Deprecate DIH 2020-07-02 16:38:31 +05:30
build.xml SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled. 2017-02-04 12:50:36 -05:00
ivy.xml SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00

README.md

Solr DataImportHandler example configuration

NOTE: The DataImportHandler is deprecated as of v8.6. See SOLR-14066 for more details.

To run this multi-core example, use the "-e" option of the bin/solr script:

> bin/solr -e dih

When Solr is started connect to:

http://localhost:8983/solr/

Check also the Solr Reference Guide for detailed usage guide: https://lucene.apache.org/solr/guide/uploading-structured-data-store-data-with-the-data-import-handler.html