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

ASF subversion and git services commented on SOLR-11418:
--------------------------------------------------------

Commit 86fa1cf11bf45e8ca4e78d653d2ef2ceeb584194 in lucene-solr's branch 
refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=86fa1cf ]

SOLR-11418: Allow comments in Streaming Expressions


> 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
>         Attachments: SOLR-11418.patch
>
>
> Now that Streaming Expressions supports variables and data structures it 
> would be great to support comments. Here is the proposed syntax:
> {code}
> # comment above...
> let(
>       # Start of line comment
>       a=random(....),
>     
>       # Start of line comment
>       b=random(...) 
>    )
> # comment below
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to