You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2017/05/05 18:00:06 UTC

[jira] [Resolved] (SOLR-10516) Add eval Streaming Expression

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

Joel Bernstein resolved SOLR-10516.
-----------------------------------
       Resolution: Resolved
    Fix Version/s: master (7.0)
                   6.6

> Add eval Streaming Expression
> -----------------------------
>
>                 Key: SOLR-10516
>                 URL: https://issues.apache.org/jira/browse/SOLR-10516
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>             Fix For: 6.6, master (7.0)
>
>         Attachments: SOLR-10516.patch, SOLR-10516.patch
>
>
> The eval() Streaming Expression reads a single tuple from an underlying stream and looks in the expr_s field for an expression to compile and run. eval emits the tuples from the expression that it compiles. 
> This allows streaming expressions to write streaming expressions and have them evaluated.
> Syntax:
> {code}
> eval(expr)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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