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 2016/03/01 02:26:18 UTC

[jira] [Updated] (SOLR-8763) Add EvalStream to support "computing on the code" use cases

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

Joel Bernstein updated SOLR-8763:
---------------------------------
    Description: 
Streaming Expression presents interesting opportunities for "computing on the code". The EvalStream will call toExpression() on an underlying stream and then compile and run the resulting expression. This will allow developers to write Streaming Expressions that dynamically build other Streaming Expressions. 

This type of behavior could probably be already done in the open() method, but having an EvalStream adds specific support for dynamic generation of Streaming Expressions and should encourage these types of applications.

  was:
Streaming Expression presents interesting opportunities for "computing on the code". The EvalStream will call toExpression() on an underlying stream and then compile and run resulting expression. This will allow developers to write Streaming Expressions that dynamically builds other Streaming Expressions. 

This type of behavior could probably be already done in the open() method, but having an EvalStream adds specific support for dynamic Streaming Expression generation and should encourage these types of applications.


> Add EvalStream to support "computing on the code" use cases
> -----------------------------------------------------------
>
>                 Key: SOLR-8763
>                 URL: https://issues.apache.org/jira/browse/SOLR-8763
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Joel Bernstein
>
> Streaming Expression presents interesting opportunities for "computing on the code". The EvalStream will call toExpression() on an underlying stream and then compile and run the resulting expression. This will allow developers to write Streaming Expressions that dynamically build other Streaming Expressions. 
> This type of behavior could probably be already done in the open() method, but having an EvalStream adds specific support for dynamic generation of Streaming Expressions and should encourage these types of applications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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