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) (Updated) (JIRA)" <ji...@apache.org> on 2012/03/12 11:59:38 UTC

[jira] [Updated] (SOLR-3232) Admin UI: query form should have a menu to pick a request handler

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

Stefan Matheis (steffkes) updated SOLR-3232:
--------------------------------------------

    Attachment: SOLR-3232.patch

Something like that David?

Actually i'm getting "/browse" and "search" as possible Handlers, i guess this is because SOLR-3161 is pending, right?
                
> Admin UI: query form should have a menu to pick a request handler
> -----------------------------------------------------------------
>
>                 Key: SOLR-3232
>                 URL: https://issues.apache.org/jira/browse/SOLR-3232
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>            Reporter: David Smiley
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: SOLR-3232.patch
>
>
> The query form in the admin UI could use an improvement regarding how the request handler is chosen; presently all there is is a text input for 'qt'.  The first choice to make in the form above the query should really be the request handler since it actually handles the request before any other parameters do anything.  It'd be great if it was a dynamically driven menu defaulting to "/select".  Similar to how the DIH page finds DIH request handlers, this page could find the request handlers with a class of "SearchHandler".  Their names would be added to a list, and if the name didn't start with a '/' then it would be prefixed with '/select?qt='.
> I did something similar (without the menu) to the old 3x UI in a patch to SOLR-3161 which will hopefully get committed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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