[jira] [Commented] (SOLR-13104) Add natural and repeat Stream Evaluators

2019-01-29 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13104:


Commit 79901ae2eb214e554dd6b764e0a1d25bda2d0c75 in lucene-solr's branch 
refs/heads/branch_8_0 from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=79901ae ]

SOLR-13104: Update CHANGES.txt


> Add natural and repeat Stream Evaluators
> 
>
> Key: SOLR-13104
> URL: https://issues.apache.org/jira/browse/SOLR-13104
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
>Priority: Major
> Attachments: SOLR-13104.patch
>
>
> The *natural* Stream Evaluator returns a vector of natural numbers. This is 
> useful for creating a sequence of numbers 0...N for plotting an x-axis.
> Sample syntax:
> {code:java}
> let(a=natural(10)){code}
> The *repeat* Stream Evaluator creates a vector with a number repeated N 
> times. This useful for plotting a straight line.
> Sample syntax:
> {code:java}
> let(a=repeat(5.5, 100)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-13104) Add natural and repeat Stream Evaluators

2019-01-29 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13104:


Commit b3c9082f779f17f76ecc328864574706b917d320 in lucene-solr's branch 
refs/heads/branch_8x from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b3c9082 ]

SOLR-13104: Update CHANGES.txt


> Add natural and repeat Stream Evaluators
> 
>
> Key: SOLR-13104
> URL: https://issues.apache.org/jira/browse/SOLR-13104
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
>Priority: Major
> Attachments: SOLR-13104.patch
>
>
> The *natural* Stream Evaluator returns a vector of natural numbers. This is 
> useful for creating a sequence of numbers 0...N for plotting an x-axis.
> Sample syntax:
> {code:java}
> let(a=natural(10)){code}
> The *repeat* Stream Evaluator creates a vector with a number repeated N 
> times. This useful for plotting a straight line.
> Sample syntax:
> {code:java}
> let(a=repeat(5.5, 100)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-13104) Add natural and repeat Stream Evaluators

2019-01-29 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13104:


Commit 79d0dabed469c4e0e8967b4bb77fae7518930a9a in lucene-solr's branch 
refs/heads/master from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=79d0dab ]

SOLR-13104: Update CHANGES.txt


> Add natural and repeat Stream Evaluators
> 
>
> Key: SOLR-13104
> URL: https://issues.apache.org/jira/browse/SOLR-13104
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
>Priority: Major
> Attachments: SOLR-13104.patch
>
>
> The *natural* Stream Evaluator returns a vector of natural numbers. This is 
> useful for creating a sequence of numbers 0...N for plotting an x-axis.
> Sample syntax:
> {code:java}
> let(a=natural(10)){code}
> The *repeat* Stream Evaluator creates a vector with a number repeated N 
> times. This useful for plotting a straight line.
> Sample syntax:
> {code:java}
> let(a=repeat(5.5, 100)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-13104) Add natural and repeat Stream Evaluators

2019-01-13 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13104:


Commit 570d573c0049680c8016c0c8d859646a62d73a5d in lucene-solr's branch 
refs/heads/master from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=570d573 ]

SOLR-13104: Add natural and repeat Stream Evaluators


> Add natural and repeat Stream Evaluators
> 
>
> Key: SOLR-13104
> URL: https://issues.apache.org/jira/browse/SOLR-13104
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
>Priority: Major
> Attachments: SOLR-13104.patch
>
>
> The *natural* Stream Evaluator returns a vector of natural numbers. This is 
> useful for creating a sequence of numbers 0...N for plotting an x-axis.
> Sample syntax:
> {code:java}
> let(a=natural(10)){code}
> The *repeat* Stream Evaluator creates a vector with a number repeated N 
> times. This useful for plotting a straight line.
> Sample syntax:
> {code:java}
> let(a=repeat(5.5, 100)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-13104) Add natural and repeat Stream Evaluators

2019-01-13 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13104:


Commit 2bcb7f13f0df371bdfc567106847800a22493763 in lucene-solr's branch 
refs/heads/branch_8x from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2bcb7f1 ]

SOLR-13104: Add natural and repeat Stream Evaluators


> Add natural and repeat Stream Evaluators
> 
>
> Key: SOLR-13104
> URL: https://issues.apache.org/jira/browse/SOLR-13104
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Joel Bernstein
>Assignee: Joel Bernstein
>Priority: Major
> Attachments: SOLR-13104.patch
>
>
> The *natural* Stream Evaluator returns a vector of natural numbers. This is 
> useful for creating a sequence of numbers 0...N for plotting an x-axis.
> Sample syntax:
> {code:java}
> let(a=natural(10)){code}
> The *repeat* Stream Evaluator creates a vector with a number repeated N 
> times. This useful for plotting a straight line.
> Sample syntax:
> {code:java}
> let(a=repeat(5.5, 100)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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