Dylan Hanning created SOLR-7140:
-----------------------------------
Summary: Tutorial shows wrong command
Key: SOLR-7140
URL: https://issues.apache.org/jira/browse/SOLR-7140
Project: Solr
Issue Type: Bug
Components: documentation
Affects Versions: 5.0
Reporter: Dylan Hanning
Priority: Minor
In the 'quickstart' guide here: https://lucene.apache.org/solr/quickstart.html
The section 'Indexing Solr XML' lists the following command:
bq. bin/post -c gettingstarted example/exampledocs/*.xml
Which is incorrect, and results in file not found errors. The correct command
should be:
bq. bin/post -c techproducts example/exampledocs/*.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]