[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947161#comment-15947161
]
Michael Suzuki commented on SOLR-8138:
--------------------------------------
I have almost completed my patch which includes a UI to perform simple queries.
There is a slight issue with the response at the moment. Currently the json
returns
{code}
docs: [
{isbn: [ 3166313 ]},
{isbn: [ 2166313 ]},
{ EOF: true,RESPONSE_TIME: 4}
]
{code}
Im hoping to display the results as a grid but having the field return an array
is in issue, ideally it would be good if we could return it as:
{code}
{isbn: 3166313 }
{code}
> 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: Admin UI
> Affects Versions: 6.0
> 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.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]