[
https://issues.apache.org/jira/browse/SOLR-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-10551:
----------------------------------
Description:
The *list* expression contains a list of streams. It opens, reads and closes
each stream sequentially. Sample syntax:
{code}
list(expr,expr, ...)
{code}
This *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}
The *name* param is the key in the tuple pointing to the list.
was:
The *list* expression contains a list of streams. It opens, reads and closes
each stream sequentially. Sample syntax:
{code}
list(expr,expr, ...)
{code}
This *cell* expression gathers the tuples from a stream and flattens them into
a list in a *single* celled tuple. Sample syntax:
{code}
list(name, expr)
{code}
The *name* param is the key in the tuple pointing to the list.
> Add list and cell Streaming Expressions
> ---------------------------------------
>
> Key: SOLR-10551
> URL: https://issues.apache.org/jira/browse/SOLR-10551
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Attachments: 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}
> This *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}
> The *name* param is the key in the tuple pointing to the list.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]