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:25:18 UTC

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

Joel Bernstein created SOLR-8763:
------------------------------------

             Summary: 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 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.



--
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