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

Upayavira commented on SOLR-8918:
---------------------------------

This is great! Will really help folks learn the streaming API.

Some questions:

Would it make sense to add two tabs at the top, one for streaming expressions, 
and the other for SQL?

The second suggestion is a lot more substantial. Given that the streaming API 
is essentially a programming language, would it be possible to add support for 
autocomplete or code suggestions to the editor?

There's a list of Javascript editors here, some of which support "code 
suggestions":
https://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors

Thoughts?

> Add Streaming Expressions to the admin page
> -------------------------------------------
>
>                 Key: SOLR-8918
>                 URL: https://issues.apache.org/jira/browse/SOLR-8918
>             Project: Solr
>          Issue Type: New Feature
>          Components: UI, web gui
>            Reporter: Dennis Gove
>         Attachments: SOLR-8918.patch, SOLR-8918.patch, sample-display.png
>
>
> Add to the admin page an ability to work with and view Streaming Expressions.
> This tab will appear under the Collection selection section and will work 
> similarly to the Query tab. On this page the user will be able to enter a 
> streaming expression for execution. The user can then execute the expression 
> against the collection and view all the results as they are returned from the 
> Stream handler. Along with this the user will be able to view the structure 
> of the expression in a graph-like layout. 
> If the user wishes to only view the expression structure without executing 
> the expression the user will be able to click an "Explain" button which will 
> show the structure. Included in the structure will be information about each 
> node (the expression for that node).



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

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

Reply via email to