You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cao Manh Dat (JIRA)" <ji...@apache.org> on 2015/12/28 15:44:49 UTC

[jira] [Comment Edited] (SOLR-8458) Parameter substitution for Streaming Expressions

    [ https://issues.apache.org/jira/browse/SOLR-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072767#comment-15072767 ] 

Cao Manh Dat edited comment on SOLR-8458 at 12/28/15 2:44 PM:
--------------------------------------------------------------

That a good idea. 
About substitution as part of the  parsing. Should the syntax look like?
We cant use {{&}} key words here
{{merge($left, $right, ...)&left=search(...)&right=search(...)}}


was (Author: caomanhdat):
That a good idea. 
About substitution as part of the  parsing. Should the syntax look like?
We cant use {&} key words here
{merge($left, $right, ...)&left=search(...)&right=search(...)}

> Parameter substitution for Streaming Expressions
> ------------------------------------------------
>
>                 Key: SOLR-8458
>                 URL: https://issues.apache.org/jira/browse/SOLR-8458
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Joel Bernstein
>            Priority: Minor
>         Attachments: SOLR-8458.patch
>
>
> As Streaming Expressions become more complicated it would be nice to support parameter substitution. For example:
> {code}
> http://localhost:8983/col/stream?expr=merge($left, $right, ...)&left=search(...)&right=search(...)
> {code}



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