You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/08/14 19:43:00 UTC

[jira] [Updated] (SOLR-10551) Add list and cell Streaming Expressions

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

Cassandra Targett updated SOLR-10551:
-------------------------------------
    Component/s: streaming expressions

> Add list and cell Streaming Expressions
> ---------------------------------------
>
>                 Key: SOLR-10551
>                 URL: https://issues.apache.org/jira/browse/SOLR-10551
>             Project: Solr
>          Issue Type: New Feature
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Priority: Major
>         Attachments: SOLR-10551.patch, SOLR-10551.patch
>
>
> The *list* expression contains a list of streams. It opens, reads and closes each stream sequentially. Sample syntax:
> {code}
> list(expr,expr, ...)
> {code}
> The *cell* expression gathers the tuples from a stream and flattens them into a list in a *single* celled tuple. Sample syntax:
> {code}
> cell(name, expr)
> {code}
> In the tuple emitted by the cell expression the *name* param is the key which points to the flattened list.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org