lucene/solr/example/example-DIH
Tomoko Uchida f03e6aac59
SOLR-14429: Convert .txt files to properly formatted .md files (#1450)
2020-04-27 08:43:04 +09:00
..
hsqldb SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
solr Remove SimpleFSDirectory in favor of NIOFSDirectory 2020-03-06 00:04:25 +01:00
.gitignore SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
README.md SOLR-14429: Convert .txt files to properly formatted .md files (#1450) 2020-04-27 08:43:04 +09:00
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

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