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

Joel Bernstein updated SOLR-14694:
----------------------------------
    Description: 
This ticket will add the *import* function to be used within a *let* expression 
to import Streaming Expression and Stream Evaluator classes from classpath and 
bind them to function names:

{code}
let(hello=import("com.mycompany.HelloWorld"),
    a=hello())
{code}

  was:
This ticket will add the *import* function to be used within a *let* expression 
to import Streaming Expression and Stream Evaluator classes from classpath and 
bind them to function names:

{code}
let(hello=import("com.mycompany.HelloWorld"),
      a=hello())
{code}


> Add import function to Streaming Expressions
> --------------------------------------------
>
>                 Key: SOLR-14694
>                 URL: https://issues.apache.org/jira/browse/SOLR-14694
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            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 
> classpath and bind them to function names:
> {code}
> let(hello=import("com.mycompany.HelloWorld"),
>     a=hello())
> {code}



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

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

Reply via email to