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

Erik Hatcher edited comment on SOLR-6655 at 10/26/14 10:37 PM:
---------------------------------------------------------------

The default url could be a pattern of 
{code}"http://${host}:${port}/solr/${collection}/update"{code} where host 
defaults to localhost, port to 8983, and collection to collection1.  And the 
command-line could take -c <collection> to override just that piece, for 
example.


was (Author: ehatcher):
The default url could be a pattern of 
"http://${host}:${port}/solr/${collection}/update";, where host defaults to 
localhost, port to 8983, and collection to collection1.  And the command-line 
could take -c <collection> to override just that piece, for example.

> Improve SimplePostTool to easily specify target port/collection etc.
> --------------------------------------------------------------------
>
>                 Key: SOLR-6655
>                 URL: https://issues.apache.org/jira/browse/SOLR-6655
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Anshum Gupta
>              Labels: difficulty-easy, impact-medium
>
> Right now, the SimplePostTool has a single parameter 'url' that can be used 
> to send the request to a specific endpoint. It would make sense to allow 
> users to specify just the collection name, port etc. explicitly and 
> independently as separate parameters.



--
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