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

Joel Bernstein resolved SOLR-10623.
-----------------------------------
    Resolution: Resolved

> Add sql Streaming Expression
> ----------------------------
>
>                 Key: SOLR-10623
>                 URL: https://issues.apache.org/jira/browse/SOLR-10623
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: master (7.0), 6.7
>
>         Attachments: SOLR-10623.patch
>
>
> The existing jdbc Streaming Expression is really designed for querying 
> outside SQL engines. 
> The sql expression is designed to talk directly with Solr's parallel SQL 
> interface. 
> This will make it much easier to intermingle SQL queries with other 
> expressions and leverage the new math expressions on top of SQL result sets.
> Sample syntax:
> {code}
> sql(dbcollection, stmt="SELECT ...")
> {code}
> The dbcollection parameter is the distributed front end to the database. Like 
> all parallel SQL queries the stmt can reference any collection in the Zk 
> instance.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to