[
https://issues.apache.org/jira/browse/SOLR-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-11418:
----------------------------------
Description:
Now that Streaming Expressions supports variables and data structures it would
be great to support comments. Here is the proposed syntax:
{code}
#This code does ...
let(
# First random sample
a=random(....),
# Second random sample
b=timeseries(...)
)
{code}
was:
Now that Streaming Expressions supports variables and data structures it would
be great to support comments. Here is the proposed syntax:
{code}
let(
# First random sample
a=random(....),
# Second random sample
b=timeseries
)
{code}
> Allow comments in Streaming Expressions
> ---------------------------------------
>
> Key: SOLR-11418
> URL: https://issues.apache.org/jira/browse/SOLR-11418
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
>
> Now that Streaming Expressions supports variables and data structures it
> would be great to support comments. Here is the proposed syntax:
> {code}
> #This code does ...
> let(
> # First random sample
> a=random(....),
>
> # Second random sample
> b=timeseries(...)
> )
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]