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 2015/12/23 04:01:46 UTC

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

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

Joel Bernstein updated SOLR-8458:
---------------------------------
    Description: 
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}

  was:
As Streaming Expression become more complicated it would be nice to be able to support parameter substitution. For example:

{code}
http://localhost:8983/col/stream?expr=merge($left, $right)&left=search(...)&right=search(...)
{code}


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