Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.0
-
None
Description
Using configuration introduced in SOLR-3619, the following command will get locked up:
bin/solr start -f -e techproducts
Solr will start in the foreground, so the core will not be created. Then, when Solr is shutdown, the commands to create and populate the core are run and an error is thrown.
Perhaps the example creating code should cross-check for that flag and complain/abort to avoid confusion.
Attachments
Issue Links
- is related to
-
SOLR-3619 Rename 'example' dir to 'server' and pull examples into an 'examples' directory
- Closed