You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2020/08/19 21:27:03 UTC

[jira] [Updated] (SOLR-14694) Add import function to Streaming Expressions

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

Houston Putman updated SOLR-14694:
----------------------------------
    Security:     (was: Public)

> Add import function to Streaming Expressions
> --------------------------------------------
>
>                 Key: SOLR-14694
>                 URL: https://issues.apache.org/jira/browse/SOLR-14694
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Priority: Major
>
> This ticket will add the *import* function to be used within a *let* expression to import Streaming Expression and Stream Evaluator classes from the classpath and bind them to function names:
> {code}
> let(hello=import("com.mycompany.HelloWorld"),
>     a=hello())
> {code}
> In the example above the Stream Evaluator is bound to the function name *hello* and invoked below using the function name *hello*.



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

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