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

Adding a solr:create rake task #33

Closed
wants to merge 2 commits into from

Commits on Mar 15, 2016

  1. Adding a solr:create rake task

    It looks like there aren't many good options for parsing arguments in rake.
    This produces the cleanest command line invocation:
    
    rake solr:create <directory> <name>
    bertrama committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    47de5af View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Moving solr:create to solr:collection:create

    Invocation now looks like:
    
    rake solr:collection:create <directory> <name>
    
    Failing to specify a directory or name no longer raises an exception.
    bertrama committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    225c9de View commit details
    Browse the repository at this point in the history