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 2018/04/13 02:43:00 UTC

[jira] [Updated] (SOLR-12221) Add valueAt Stream Evaluator

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

Joel Bernstein updated SOLR-12221:
----------------------------------
    Description: 
The *valueAt* Stream Evaluator returns the value at a specific index of an array or the value of a specific row and column of a matrix.

Sample syntax for an array:
{code:java}
let(a=array(1,2,3),
    b=valueAt(2)){code}

  was:
The valuaAt Stream Evaluator returns the value at a specific index of an array or the value of a specific row and column of a matrix.

Sample syntax for an array:
{code:java}
let(a=array(1,2,3),
    b=valueAt(2)){code}


> Add valueAt Stream Evaluator
> ----------------------------
>
>                 Key: SOLR-12221
>                 URL: https://issues.apache.org/jira/browse/SOLR-12221
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>             Fix For: 7.4
>
>
> The *valueAt* Stream Evaluator returns the value at a specific index of an array or the value of a specific row and column of a matrix.
> Sample syntax for an array:
> {code:java}
> let(a=array(1,2,3),
>     b=valueAt(2)){code}



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

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