[ 
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}

In the tuple emitted by the cell expression the *name* param is the key which 
points to the flattened 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}
cell(name, expr)
{code}

In the tuple, that the cell expression emits, the *name* param is the key which 
points to the flattened 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}
> 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
(v6.3.15#6346)

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

Reply via email to