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

Kevin Risden updated SOLR-8138:
-------------------------------
    Attachment: SOLR-8138.patch

Here is a quick patch that enables a SQL tab and test interface for Solr Admin 
UI. It hardcodes the following:
* request handler = /sql
* wt=json

The following limitations:
* having a query with a ; yields an error
* no example query (select * from collection isn't supported yet)
* no additional parsing of SQL statement before passing to /sql
* doesn't check if there is a /sql handler on the collection

> Simple UI for issuing SQL queries
> ---------------------------------
>
>                 Key: SOLR-8138
>                 URL: https://issues.apache.org/jira/browse/SOLR-8138
>             Project: Solr
>          Issue Type: New Feature
>          Components: UI
>    Affects Versions: Trunk
>            Reporter: Joel Bernstein
>            Priority: Minor
>         Attachments: SOLR-8138.patch
>
>
> It would be great for Solr 6 if we could have admin screen where we could 
> issue SQL queries using the new SQL interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to