You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2016/07/22 04:24:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15388890#comment-15388890 ] 

Alexandre Rafalovitch commented on SOLR-3232:
---------------------------------------------

Is this still an issue to keep around? It is an interesting discussion but all underlying API changed, as well as the actual admin UI.

Interestingly, I think this is still a hard problem as we now have even more request handlers that do not make sense in the query screen.

> 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
>         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 was sent by Atlassian JIRA
(v6.3.4#6332)

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