You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/03/07 09:26:24 UTC

[jira] Closed: (SOLR-186) webapp_name not used in optimize and commit scripts

     [ https://issues.apache.org/jira/browse/SOLR-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz closed SOLR-186.
------------------------------------


Duplicate, closing

> webapp_name not used in optimize and commit scripts
> ---------------------------------------------------
>
>                 Key: SOLR-186
>                 URL: https://issues.apache.org/jira/browse/SOLR-186
>             Project: Solr
>          Issue Type: Bug
>         Environment: *nix
>            Reporter: galo
>            Priority: Trivial
>
> Both scripts should use the webapp_name variable to send the relevant request
> commit 102: rs=`curl http://${solr_hostname}:${solr_port}/solr/update -s -d "<commit/>"`
> optimize 101: rs=`curl http://${solr_hostname}:${solr_port}/solr/update -s -d "<optimize/>"`
> should be
> commit 102: rs=`curl http://${solr_hostname}:${solr_port}/${webapp_name}/update -s -d "<commit/>"`
> optimize 101: rs=`curl http://${solr_hostname}:${solr_port}/${webapp_name}/update -s -d "<optimize/>"`

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.