Joel Bernstein created SOLR-10623:
-------------------------------------
Summary: 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
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 result sets.
Sample syntax:
{code}
sql(dbcollection, stmt="SELECT ...")
{code}
The dbcollection 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]