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 2017/05/26 14:33:04 UTC

[jira] [Comment Edited] (SOLR-10753) Add array Stream Evaluator

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

Joel Bernstein edited comment on SOLR-10753 at 5/26/17 2:32 PM:
----------------------------------------------------------------

The array is really just designed to support vector math operations. The next step is a matrix which wraps arrays to support matrix math operations. I think it makes sense to keep these two structures focused on vector and matrix math.

The list is more of a general purpose container for Streaming Expressions.

If the function name array is too general, perhaps we can just go with vector or vec?


was (Author: joel.bernstein):
The array is really just designed to support vector math operations. The next step is a matrix which wraps arrays to support matrix math operations. I think it makes sense to keep these two structures focused on vector and matrix math.

The list is more just a general purpose container for Streaming Expressions.

If the function name array is too general, perhaps we can just go with vector or vec?

> Add array Stream Evaluator
> --------------------------
>
>                 Key: SOLR-10753
>                 URL: https://issues.apache.org/jira/browse/SOLR-10753
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: master (7.0)
>
>         Attachments: SOLR-10753.patch
>
>
> The *array* Stream Evaluator returns an array of numbers. It can contain numbers and evaluators that return numbers.
> Syntax:
> {code}
> a = array(1, 2, 3, 4, 5, 6)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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