[ 
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946979#comment-14946979
 ] 

Joel Bernstein commented on SOLR-8138:
--------------------------------------

Here are the test cases for the /sql handler 
(https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/TestSQLHandler.java).
 

They use a SolrStream to send the request. Under the covers this is just an 
http request that returns json.

Because the SQL interface supports unlimited requests, we'll have to add a 
LIMIT clause to the SQL query as part of the UI.

> 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
>
> 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