You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2013/03/03 17:15:13 UTC

[jira] [Resolved] (SOLR-4393) 'Execute Query' in the dashboard does not build the url correctly

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

Stefan Matheis (steffkes) resolved SOLR-4393.
---------------------------------------------

       Resolution: Duplicate
    Fix Version/s: 5.0
                   4.2
    
> 'Execute Query' in the dashboard does not build the url correctly
> -----------------------------------------------------------------
>
>                 Key: SOLR-4393
>                 URL: https://issues.apache.org/jira/browse/SOLR-4393
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 4.1
>            Reporter: Anand
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.2, 5.0
>
>
> Recently upgraded to 4.1 and started seeing this issue since the upgrade. We also went from single core to multiple core at the same time.
>  
> Steps to reproduce
> 1. Select a core from the dashboard.
> 2. Select 'Query'
> 3. Without changing anything, click 'Execture Query'.
> Expected: 10 hits (or less depending on data indexed) displayed on the screen.
> Observed: See response below.
> http://localhost:8080/solr/coreName/select?
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"/></lst><result name="response" numFound="0" start="0"></result>
> </response>
> Issue:  "http://localhost:8080/solr/coreName/select?" is incomplete and "q=*:*" is not appended to the url.
> Tested on Firefox and Chrome and both suffer from this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org