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

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

  was:
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}


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

Reply via email to