Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version installed missing command option? #32

Open
jlawsonb opened this issue Feb 18, 2016 · 0 comments
Open

Version installed missing command option? #32

jlawsonb opened this issue Feb 18, 2016 · 0 comments

Comments

@jlawsonb
Copy link

I'm new to Solr and newer to Chef so I apologize if this is bad form or incorrect but I found when specifying version 5.3.1 the solr create -c ---- command to be missing and you can not create a core from command line. I was able to get around this by specifying the solr url to download. Am I correct in assuming this that this is bug or is this actually a bad download target?

Output from "good" version:
root@dev-application1:/opt/solr-5.3.1/bin# ./solr create -c [core-name-here]

Setup new core instance directory:
/opt/solr-5.3.1/server/solr/[core-name-here]

Creating new core '[core-name-here]' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=[core-name-here]&instanceDir=[core-name-here]

{
"responseHeader":{
"status":0,
"QTime":2245},
"core":"[core-name-here]"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant