[
https://issues.apache.org/jira/browse/SOLR-6900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276407#comment-14276407
]
Erik Hatcher commented on SOLR-6900:
------------------------------------
I think bin/post maybe ought to also be able to do deletes or other arbitrary
Solr update commands, like SPT can do:
{code}
java -Ddata=args org.apache.solr.util.SimplePostTool
"<delete><id>SP2514N</id></delete>"
{code}
> 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
> Priority: Blocker
> 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]