Skip to content

Version installed missing command option? #32

Description

@jlawsonb

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]"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions