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 "galo (JIRA)" <ji...@apache.org> on 2007/03/06 19:45:24 UTC

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

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.


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

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-186.
---------------------------

    Resolution: Duplicate

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


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

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ 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.