[
https://issues.apache.org/jira/browse/SOLR-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980137#comment-15980137
]
ASF subversion and git services commented on SOLR-10551:
--------------------------------------------------------
Commit 99ce2341628ea59f4821e3314e55758a2a406512 in lucene-solr's branch
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=99ce234 ]
SOLR-10551: Improve tests
> 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, 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
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]