[ 
https://issues.apache.org/jira/browse/SOLR-6900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14275426#comment-14275426
 ] 

Erik Hatcher commented on SOLR-6900:
------------------------------------

I'm going to convert this to using -c collection|core name, rather than it just 
being magically the first argument to sync it up with `bin/solr create -c 
core_name` and zkcli.   I'll add a fall-back environment variable, something 
like SOLR_DEFAULT_COLLECTION to allow it to be specified once for a developer 
in their environment and then be able to `bin/post *.xml` more cleanly [often 
one is only working with a particular collection]

> bin/post improvements needed
> ----------------------------
>
>                 Key: SOLR-6900
>                 URL: https://issues.apache.org/jira/browse/SOLR-6900
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0, Trunk
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 5.0, Trunk
>
>
> * Fix glob patterns.  They don't work as expected: bin/post collection1 
> \*.xml expands \*.xml such that the script gets all the file names as 
> parameters not just literally "\*.xml"
> * Add error handling to check that the collection exists
> * Create Windows version



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to